Viewing file: 9c0d2301c191c49c63f6e3f79af2446ef9dfb020.file.album-create.tpl.php (2.51 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-04-12 16:19:49 compiled from "user/templates/photochapter/album-create.tpl" */ ?> <?php /*%%SmartyHeaderCode:20308103724f86d6759c9d11-13659309%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '9c0d2301c191c49c63f6e3f79af2446ef9dfb020' => array ( 0 => 'user/templates/photochapter/album-create.tpl', 1 => 1334236787, ), ), 'nocache_hash' => '20308103724f86d6759c9d11-13659309', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <form method="post" action="">
<div class="photochapter">
<div class="album-new">
<div class="title"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['NameOfTheAlbumInUkrainian'];?> (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" style="border:1px solid gray" />):</div>
<div><input type="text" name="album_title_ukr" value="<?php echo $_POST['album_title_ukr'];?> " /></div>
<div class="title"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['NameOfTheAlbumInEnglish'];?> (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" style="border:1px solid gray" />):</div>
<div><input type="text" name="album_title_eng" value="<?php echo $_POST['album_title_eng'];?> " /></div>
<div class="title"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['AlbumDescriptionInUkrainian'];?> (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" style="border:1px solid gray" />):</div>
<div><textarea name="album_description_ukr"><?php echo $_POST['album_description_ukr'];?> </textarea></div>
<div class="title"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['AlbumDescriptionInEnglish'];?> (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" style="border:1px solid gray" />):</div>
<div><textarea name="album_description_eng"><?php echo $_POST['album_description_eng'];?> </textarea></div>
<button style="position: relative; top:-6px; left: -4px;"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['CreateAlbum'];?> </button> <button style="position: relative; top:-6px; left: -4px;" onclick="history.back();" type="button"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['Cancel'];?> </button>
</div>
</div>
</form>
|