-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mise à jour de 0 templates le 2013-03-19
- Loading branch information
Showing
2,746 changed files
with
60,421 additions
and
1,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
<!-- BEGIN switch_user_logged_in --> | ||
<div id="pun-visit" class="clearfix"> | ||
<ul> | ||
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li> | ||
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li> | ||
</ul> | ||
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p> | ||
</div> | ||
<!-- END switch_user_logged_in --> | ||
<!-- BEGIN switch_user_logged_out --> | ||
<div id="pun-visit"> | ||
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p> | ||
</div> | ||
<!-- END switch_user_logged_out --> | ||
|
||
<div class="main"> | ||
<div class="paged-head"> | ||
<div class="paged clearfix"> | ||
<!-- BEGIN album_pagination --> | ||
<p class="paging">{album_pagination.ALBUM_PAGINATION}</p> | ||
<!-- END album_pagination --> | ||
<p class="posting"> | ||
<!-- BEGIN enable_picture_upload --> | ||
{UPLOAD_FULL_LINK} | ||
<!-- END enable_picture_upload --> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<!-- BEGIN index_pics_block --> | ||
|
||
<div class="main-head"><h1 class="page-title">{ALBUMS}</h1></div> | ||
<div class="main-content style1 clearfix"> | ||
<!-- BEGIN picrow --> | ||
<br class="clear-column" /> | ||
<!-- BEGIN piccol --> | ||
<div class="gallery-cat" style="width: {S_COL_WIDTH_NEW}; text-align: center;"> | ||
<p style="height: 100%; margin: 0px 10px;"><a href="{index_pics_block.picrow.piccol.U_PIC}">{index_pics_block.picrow.piccol.THUMBNAIL_NEW}</a></p> | ||
<p><strong><a href="{index_pics_block.picrow.piccol.U_PIC}">{index_pics_block.picrow.piccol.TITLE}</a></strong> | ||
<strong>{index_pics_block.picrow.piccol.DESC}</strong><br /> | ||
{index_pics_block.picrow.piccol.NB_PICTURES} {index_pics_block.picrow.piccol.L_PICS}<br /> | ||
{index_pics_block.picrow.piccol.TIME} | ||
</p> | ||
</div> | ||
{index_pics_block.picrow.piccol.CLEAR_BOTH} | ||
<!-- END piccol --> | ||
<!-- END picrow --> | ||
</div> | ||
|
||
<!-- END index_pics_block --> | ||
|
||
<!-- BEGIN list_pics_block --> | ||
|
||
<div class="main-head clearfix"> | ||
<p class="right-box"> | ||
<script type="text/javascript"> | ||
//<![CDATA[ | ||
insert_plus_album_new('{ALBUM_ID}','{JS_SESSION_ID}'); | ||
//]]> | ||
</script> | ||
</p> | ||
<h1 class="page-title"> | ||
{CAT_PICS} | ||
</h1> | ||
|
||
</div> | ||
<div class="main-content style1 clearfix"> | ||
<!-- BEGIN no_pics --> | ||
<p class="frm-info center">{L_NO_PICS}</p> | ||
<!-- END no_pics --> | ||
<!-- BEGIN recent_pics --> | ||
<br class="clear-column" /> | ||
<!-- BEGIN recent_col --> | ||
<div class="gallery-cat center" style="width: {list_pics_block.recent_pics.recent_col.S_COL_WIDTH_NEW};"> | ||
<p>{list_pics_block.recent_pics.recent_col.THUMBNAIL_NEW}</p> | ||
<p> | ||
{list_pics_block.recent_pics.recent_col.TITLE} | ||
<!-- BEGIN pic_locked --> | ||
<img src="{I_PIC_LOCKED}" alt="{L_PIC_LOCKED}" /> | ||
<!-- END pic_locked --> | ||
{list_pics_block.recent_pics.recent_col.RESTORE_PIC_LINK} | ||
</p> | ||
</div> | ||
{list_pics_block.recent_pics.recent_col.CLEAR_BOTH} | ||
<!-- END recent_col --> | ||
<!-- END recent_pics --> | ||
</div> | ||
|
||
<!-- BEGIN sort_pics --> | ||
<form action="{S_ALBUM_ACTION}" method="get" class="frm-form"> | ||
<div class="main-foot clearfix"> | ||
<p class="right-box"> | ||
<label>{L_SELECT_SORT_METHOD}:</label> | ||
<select name="sort_method"> | ||
<option {SORT_TIME} value='pic_time'>{L_POSTEDTIME}</option> | ||
<!-- BEGIN time_del --> | ||
<option {SORT_TIME_DEL} value='pic_backup_date'>{L_TIME_DEL}</option> | ||
<!-- END time_del --> | ||
<option {SORT_PIC_TITLE} value='pic_title'>{L_PIC_TITLE}</option> | ||
{SORT_USERNAME_OPTION} | ||
<option {SORT_VIEW} value='pic_view_count'>{L_VIEW}</option> | ||
{SORT_RATING_OPTION} | ||
{SORT_COMMENTS_OPTION} | ||
{SORT_NEW_COMMENT_OPTION} | ||
</select> | ||
<label> {L_ORDER}:</label> | ||
<select name="sort_order"> | ||
<option {SORT_ASC} value='ASC'>{L_ASC}</option> | ||
<option {SORT_DESC} value='DESC'>{L_DESC}</option> | ||
</select> | ||
<input type="hidden" name="user_id" value="0" /> | ||
<input type="submit" name="submit" value="{L_SORT}" class="button2" /> | ||
</p> | ||
</div> | ||
</form> | ||
<!-- END sort_pics --> | ||
|
||
<!-- END list_pics_block --> | ||
|
||
<!-- BEGIN no_pics_personal --> | ||
<div class="main-head"><h1 class="page-title">{no_pics_personal.L_INFOS}</h1></div> | ||
<div class="main-content"> | ||
<p class="frm-info center"> | ||
{no_pics_personal.L_PERSONAL_GALLERY_NOT_CREATED}<br /><br /> | ||
{no_pics_personal.U_CREATE_PERSONAL_GALLERY} | ||
</p> | ||
</div> | ||
<!-- END no_pics_personal --> | ||
|
||
<!-- BEGIN no_personal_galleries --> | ||
<div class="main-head"><h1 class="page-title">{no_personal_galleries.L_INFOS}</h1></div> | ||
<div class="main-content"> | ||
<p class="frm-info center">{no_personal_galleries.L_NO_PERSONNAL_GALLERIES}</p> | ||
</div> | ||
<!-- END no_personal_galleries --> | ||
|
||
</div> | ||
|
||
<div class="main-content style1 clearfix"> | ||
<!-- BEGIN pic_pagination --> | ||
<p class="left-box">{pic_pagination.PAGINATION}</p> | ||
<!-- END pic_pagination --> | ||
<p class="right-box"><a href="{U_FORUM_INDEX}">{L_INDEX}</a> {NAV_SEP} <a href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</p> | ||
</div> | ||
|
||
<br /> | ||
<!-- BEGIN navlinks --> | ||
<div class="main-content style1 clearfix"> | ||
<p class="left-box"> | ||
<!-- BEGIN cat_public_footer --> | ||
<img src="{navlinks.cat_public_footer.U_IMG_PUBLIC_GALLERIES}" alt="{navlinks.cat_public_footer.L_PUBLIC_CATEGORIES}" style="vertical-align: middle;" /> <a href="{navlinks.cat_public_footer.U_PUBLIC_CATEGORIES}">{navlinks.cat_public_footer.L_PUBLIC_CATEGORIES}</a> | ||
<!-- END cat_public_footer --> | ||
<br /> | ||
<!-- BEGIN cat_private_footer --> | ||
<img src="{navlinks.cat_private_footer.U_IMG_PERSONAL_GALLERIES}" alt="{navlinks.cat_private_footer.L_USERS_PERSONAL_GALLERIES}" style="vertical-align: middle;" /> <a href="{navlinks.cat_private_footer.U_USERS_PERSONAL_GALLERIES}">{navlinks.cat_private_footer.L_USERS_PERSONAL_GALLERIES}</a> | ||
<!-- END cat_private_footer --> | ||
<br /> | ||
<!-- BEGIN cat_personal_footer --> | ||
<img src="{navlinks.cat_personal_footer.U_IMG_YOUR_PERSONAL_GALLERIES}" alt="{navlinks.cat_personal_footer.L_YOUR_PERSONAL_GALLERY}" style="vertical-align: middle;" /> <a href="{navlinks.cat_personal_footer.U_YOUR_PERSONAL_GALLERY}"><strong>{navlinks.cat_personal_footer.L_YOUR_PERSONAL_GALLERY}</strong></a> | ||
<!-- END cat_personal_footer --> | ||
</p> | ||
<p class="right-box"> | ||
<!-- BEGIN stat_link --> | ||
{navlinks.stat_link.U_TOP10_LINK_NEW} | ||
<!-- END stat_link --> | ||
<br /> | ||
<!-- BEGIN moderation_panel --> | ||
{navlinks.moderation_panel.U_YOUR_PERSONAL_MODERATE_NEW} | ||
<!-- END moderation_panel --> | ||
<br /> | ||
<!-- BEGIN pic_backup_link --> | ||
{navlinks.pic_backup_link.BACKUP_FOLDER_LINK_NEW} | ||
<!-- END pic_backup_link --> | ||
</p> | ||
</div> | ||
<!-- END navlinks --> | ||
|
||
<div class="clear"></div> | ||
|
||
<!-- BEGIN view_moderation --> | ||
<p>{L_MODERATORS} : {MODERATORS}</p> | ||
<!-- END view_moderation --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{JS_MENU} | ||
<!-- BEGIN switch_user_logged_in --> | ||
<div id="pun-visit" class="clearfix"> | ||
<ul> | ||
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li> | ||
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li> | ||
</ul> | ||
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p> | ||
</div> | ||
<!-- END switch_user_logged_in --> | ||
<!-- BEGIN switch_user_logged_out --> | ||
<div id="pun-visit"> | ||
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p> | ||
</div> | ||
<!-- END switch_user_logged_out --> | ||
<div class="pun-crumbs"> | ||
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p> | ||
</div> | ||
|
||
<div class="main"> | ||
<!--<div class="main-head"><h2>{L_TOP10_STATS}</h2></div>--> | ||
|
||
<!-- view:stats --> | ||
<!-- BEGIN list_pics_block --> | ||
<!-- BEGIN list_pics_title --> | ||
<div class="main-head"><h1 class="page-title">{list_pics_block.list_pics_title.L_TOP10_TITLE}</h1></div> | ||
<!-- END list_pics_title --> | ||
<div class="main-content"> | ||
<table cellpadding="0" cellspacing="0" class="table stats"> | ||
<thead> | ||
<tr> | ||
<th class="smallcell">{L_PIC_RANK}</th> | ||
<th class="name">{L_PIC_TITLE}</th> | ||
<th>{L_POSTER}</th> | ||
<th class="name">{L_ALBUM_NAME}</th> | ||
<!-- BEGIN legend_stat --> | ||
<th>{list_pics_block.legend_stat.L_LEGEND_STAT}</th> | ||
<!-- END legend_stat --> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<!-- BEGIN no_pics --> | ||
<tr class="row1"> | ||
<td colspan="5">{L_NO_PICS}</td> | ||
</tr> | ||
<!-- END no_pics --> | ||
<!-- BEGIN list_pics --> | ||
<tr class="{list_pics_block.list_pics.STAT_CLASS}"> | ||
<td class="firsttc">{list_pics_block.list_pics.H_RANK}</td> | ||
<td class="tcr"><a href="{list_pics_block.list_pics.U_PIC}" onmouseover="createTitle(this, '{list_pics_block.list_pics.MESSAGE}', event.pageX, event.pageY);" onmouseout="destroyTitle();">{list_pics_block.list_pics.H_TITLE}</a></td> | ||
<td>{list_pics_block.list_pics.H_POSTER}</td> | ||
<td class="tcr"><a href="{list_pics_block.list_pics.U_CAT}">{list_pics_block.list_pics.H_ALBUM_NAME}</a></td> | ||
<!-- BEGIN recent_stats --> | ||
<td class="stats">{list_pics_block.list_pics.recent_stats.H_STATS}</td> | ||
<!-- END recent_stats --> | ||
</tr> | ||
<!-- END list_pics --> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- END list_pics_block --> | ||
|
||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{JS_MENU} | ||
<!-- BEGIN switch_user_logged_in --> | ||
<div id="pun-visit" class="clearfix"> | ||
<ul> | ||
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li> | ||
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li> | ||
</ul> | ||
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p> | ||
</div> | ||
<!-- END switch_user_logged_in --> | ||
<!-- BEGIN switch_user_logged_out --> | ||
<div id="pun-visit"> | ||
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p> | ||
</div> | ||
<!-- END switch_user_logged_out --> | ||
<div class="pun-crumbs"> | ||
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p> | ||
</div> | ||
|
||
<script type="text/javascript"> | ||
<!-- | ||
function checkAlbumForm() { | ||
formErrors = false; | ||
if (document.editform.pic_title.value.length < 2) | ||
{ | ||
formErrors = "{L_UPLOAD_NO_TITLE}"; | ||
} | ||
else if (document.editform.pic_desc.value.length > {S_PIC_DESC_MAX_LENGTH}) | ||
{ | ||
formErrors = "{L_DESC_TOO_LONG}"; | ||
} | ||
if (formErrors) | ||
{ | ||
alert(formErrors); | ||
return false; | ||
} | ||
else | ||
{ | ||
return true; | ||
} | ||
} | ||
//--> | ||
</script> | ||
|
||
<div class="main"> | ||
<div class="main-head"><h1 class="page-title">{L_EDIT_PIC_INFO}</h1></div> | ||
<div class="main-content"> | ||
<form name="editform" action="{S_ALBUM_ACTION}" method="post" onsubmit="return checkAlbumForm()" class="frm-form"> | ||
<fieldset class="frm-set"> | ||
<dl> | ||
<dt><label>{L_PIC_TITLE}</label></dt> | ||
<dd><input class="inputbox" type="text" name="pic_title" value="{PIC_TITLE}" /></dd> | ||
</dl> | ||
<dl> | ||
<dt> | ||
<label>{L_PIC_DESC}</label><br /> | ||
<span class="italic">{L_PLAIN_TEXT_ONLY}<br />{L_MAX_LENGTH}: <b>{S_PIC_DESC_MAX_LENGTH}</b></span> | ||
</dt> | ||
<dd><textarea class="inputbox" cols="60" rows="4" name="pic_desc">{PIC_DESC}</textarea><br /></dd> | ||
</dl> | ||
<!-- BEGIN move_to_category --> | ||
<dl> | ||
<dt><label>{L_MOVE_TO_CATEGORY}</label></dt> | ||
<dd>{S_CATEGORY_SELECT}</dd> | ||
</dl> | ||
<!-- END move_to_category --> | ||
</fieldset> | ||
|
||
<fieldset class="frm-set"> | ||
<dl class="frm-buttons"> | ||
<dt> </dt> | ||
<dd> | ||
<input type="reset" value="{L_RESET}" class="button2" /> | ||
<input type="submit" name="submit" value="{L_SUBMIT}" class="button2" /> | ||
</dd> | ||
</dl> | ||
</fieldset> | ||
|
||
</form> | ||
</div> | ||
</div> | ||
<br /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!-- BEGIN switch_user_logged_in --> | ||
<div id="pun-visit" class="clearfix"> | ||
<ul> | ||
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li> | ||
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li> | ||
</ul> | ||
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p> | ||
</div> | ||
<!-- END switch_user_logged_in --> | ||
<!-- BEGIN switch_user_logged_out --> | ||
<div id="pun-visit"> | ||
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p> | ||
</div> | ||
<!-- END switch_user_logged_out --> | ||
<div class="pun-crumbs"> | ||
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p> | ||
</div> | ||
|
||
<div class="main"> | ||
<div class="main-head"><h1 class="solo page-title">{L_SEARCH_TITLE}</h1></div> | ||
<div class="main-content"> | ||
<form action="{S_SEARCH_ACTION}" method="post" class="frm-form"> | ||
|
||
<div class="sub-head"><h3>{L_SEARCH_QUERY}</h3></div> | ||
<fieldset class="frm-set"> | ||
<dl> | ||
<dt><label>{L_SEARCH_KEYWORDS}:</label></dt> | ||
<dd><input class="inputbox" type="text" name="search" maxlength="50" /></dd> | ||
</dl> | ||
</fieldset> | ||
|
||
<div class="sub-head"><h3>{L_SEARCH_OPTIONS}</h3></div> | ||
|
||
<fieldset class="frm-set"> | ||
<dl> | ||
<dt><label>{L_GALLERIES}:</label></dt> | ||
<dd>{S_FORUM_OPTIONS}</dd> | ||
</dl> | ||
<dl> | ||
<dt><label>{L_SEARCH_PREVIOUS}:</label></dt> | ||
<dd><select name="search_time">{S_TIME_OPTIONS}</select></dd> | ||
</dl> | ||
</fieldset> | ||
<fieldset class="frm-set"> | ||
<dl class="frm-buttons"> | ||
<dt></dt> | ||
<dd><input class="button1" type="submit" value="{L_SEARCH}" /></dd> | ||
</dl> | ||
</fieldset> | ||
</form> | ||
</div> | ||
</div> |
Oops, something went wrong.