Guest User

Untitled

a guest
Jan 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 1.44 KB | None | 0 0
  1. {config_load file='vcard.conf'}<!DOCTYPE html>
  2. <html lang="it">
  3.     <head>
  4.         <title>{#org#} - Area documenti - Contattaci{if $title} - {$title}{/if}</title>
  5.         <link rel="stylesheet" href="/c/main.css" type="text/css">
  6.         <!--[if lte IE 7]><link rel="stylesheet" href="/c/IE.css" type="text/css"><![endif]-->
  7.     </head>
  8.     <body class="cont">
  9.         <h1 id="logo"><a href="/" title="vai alla homepage">{#org#} - Area documenti</a></h1>
  10.         <ul id="navbar">
  11.             <li class="home"><a href="/">Homepage</a></li>
  12.             <li class="public"><a href="/pubblici/">Documenti pubblici</a></li>
  13.             <li class="secure"><a href="/privati/">Documenti privati</a></li>
  14.             <li class="mail active"><strong>Contattaci</strong></li>
  15.             <li class="blog"><a href="{#otherPageAddress#}">{#otherPage#}</a></li>
  16.         </ul>
  17.         <div class="pagescope section" id="bd" role="main">
  18.         {if $errors}
  19.             <div class="error-report">
  20.                 <p><span class="ui-icon ui-icon-alert"></span>
  21.                 <strong>Attenzione</strong></p>
  22.                 <ul>
  23.                 {section name=i loop=$errors}
  24.                     <li>{$errors[i]}</li>
  25.                 {/section}
  26.                 </ul>
  27.             </div>
  28.         {/if}
  29.         {if $mailForm}
  30.             <div id="mail-form" class="ui-dialog ui-widget ui-widget-content">
  31.                 <h1 class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">Contatta {#org#}</h1>
  32.                 {autoform options=$mailForm.options items=$mailForm.inputs groups=$mailForm.groups}
  33.             </div>
  34.         {/if}
  35.             {$content}
  36.         </div>
  37.         {include file='vcard.tpl'}
  38.     </body>
  39. </html>
Add Comment
Please, Sign In to add comment