Viewing file: 6fdc043ae9ede4859ca3cdb8339b2141a72e6a73.file.photoalbum.tpl.php (4.55 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-04-26 22:28:48 compiled from "modules/photogallery/templates/photoalbum.tpl" */ ?> <?php /*%%SmartyHeaderCode:569057544db71cf0050415-18985925%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '6fdc043ae9ede4859ca3cdb8339b2141a72e6a73' => array ( 0 => 'modules/photogallery/templates/photoalbum.tpl', 1 => 1285102149, ), ), 'nocache_hash' => '569057544db71cf0050415-18985925', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <form method="post" enctype="multipart/form-data">
<table class="editor-table">
<tr>
<th>
<div id="current-language">
<?php $_smarty_tpl->tpl_vars['lang'] = new Smarty_Variable; $_from = $_smarty_tpl->getVariable('languages')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} $_smarty_tpl->tpl_vars['smarty']->value['foreach']['loop']['iteration']=0; if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['lang']->key => $_smarty_tpl->tpl_vars['lang']->value){ $_smarty_tpl->tpl_vars['smarty']->value['foreach']['loop']['iteration']++; ?>
<input type="radio" <?php if ($_smarty_tpl->tpl_vars['lang']->value==$_smarty_tpl->getVariable('alang')->value){?> checked="checked" <?php }?> id="current-language<?php echo $_smarty_tpl->getVariable('smarty')->value['foreach']['loop']['iteration'];?> " name="current-language" value="<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> " /><label for="current-language<?php echo $_smarty_tpl->getVariable('smarty')->value['foreach']['loop']['iteration'];?> "><img src="/admin/images/<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> 30x20.gif" /></label>
<?php }} ?>
</div>
</th>
</tr>
<tr>
<td>
<div class="ukr">
<?php echo $_smarty_tpl->getVariable('ALANG')->value['Photogallery_photoalbum_name'];?> (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" />):<br />
<input name="album_name_ukr" type="text" id="album_name_ukr" value="<?php echo $_smarty_tpl->getVariable('album_name_ukr')->value;?> " size="80" />
</div>
<div class="rus">
<?php echo $_smarty_tpl->getVariable('ALANG')->value['Photogallery_photoalbum_name'];?> (<img src="/admin/images/rus30x20.gif" align="absmiddle" height="10" />):<br />
<input name="album_name_rus" type="text" id="album_name_rus" value="<?php echo $_smarty_tpl->getVariable('album_name_rus')->value;?> " size="80" />
</div>
<div class="eng">
<?php echo $_smarty_tpl->getVariable('ALANG')->value['Photogallery_photoalbum_name'];?> (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" />):<br />
<input name="album_name_eng" type="text" id="album_name_eng" value="<?php echo $_smarty_tpl->getVariable('album_name_eng')->value;?> " size="80" />
</div>
</td>
</tr>
<tr>
<td>
<div class="ukr">
<?php echo $_smarty_tpl->getVariable('ALANG')->value['Photogallery_photoalbum_caption'];?> (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" />):<br />
<textarea name="album_description_ukr" rows="5" cols="80" class="ckeditor"><?php echo $_smarty_tpl->getVariable('album_description_ukr')->value;?> </textarea>
</div>
<div class="rus">
<?php echo $_smarty_tpl->getVariable('ALANG')->value['Photogallery_photoalbum_caption'];?> (<img src="/admin/images/rus30x20.gif" align="absmiddle" height="10" />):<br />
<textarea name="album_description_rus" rows="5" cols="80" class="ckeditor"><?php echo $_smarty_tpl->getVariable('album_description_rus')->value;?> </textarea>
</div>
<div class="eng">
<?php echo $_smarty_tpl->getVariable('ALANG')->value['Photogallery_photoalbum_caption'];?> (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" />):<br />
<textarea name="album_description_eng" rows="5" cols="80" class="ckeditor"><?php echo $_smarty_tpl->getVariable('album_description_eng')->value;?> </textarea>
</div>
</td>
</tr>
<tr>
<td><input value="<?php echo $_smarty_tpl->getVariable('ALANG')->value['CoreSave'];?> " type="submit" name="submit" id="submit" class="ui-state-default ui-widget ui-corner-all" /></td>
</tr>
</table>
<input type="hidden" name="<?php echo $_smarty_tpl->getVariable('oper')->value;?> " value="yes" />
</form>
|