converting to new template format
This commit is contained in:
parent
0cc9eb269e
commit
52130358c8
21 changed files with 1262 additions and 87 deletions
|
|
@ -1,2 +1,51 @@
|
|||
#PBtmpl0000000000000084
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if pagination.isFirstPage>
<tmpl_if image.url>
<div align="center"><img src="<tmpl_var image.url>" alt="<tmpl_var image.url>" border="0" /></div>
</tmpl_if>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
<p />
</tmpl_if>
<tmpl_if pagination.isLastPage>
<tmpl_if linkurl>
<tmpl_if linktitle>
<p />
<a href="<tmpl_var linkUrl>"><tmpl_var linkTitle></a>
</tmpl_if>
</tmpl_if>
<tmpl_var attachment.box>
<p />
</tmpl_if>
<tmpl_if pagination.pageCount.isMultiple>
<tmpl_var pagination.previousPage>
·
<tmpl_var pagination.pageList.upTo20>
·
<tmpl_var pagination.nextPage>
</tmpl_if>
<tmpl_if pagination.isLastPage>
<tmpl_if allowDiscussion>
<table width="100%" cellspacing="2" cellpadding="1" border="0">
<tr>
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var replies.URL>"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var post.url>"><tmpl_var post.label></a></td>
</tr>
</table>
</tmpl_if>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isFirstPage>
|
||||
<tmpl_if image.url>
|
||||
<div align="center"><img src="<tmpl_var image.url>" alt="<tmpl_var image.url>" border="0" /></div>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
<p />
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isLastPage>
|
||||
<tmpl_if linkurl>
|
||||
<tmpl_if linktitle>
|
||||
<p />
|
||||
<a href="<tmpl_var linkUrl>"><tmpl_var linkTitle></a>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
<tmpl_var attachment.box>
|
||||
<p />
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<tmpl_var pagination.previousPage>
|
||||
·
|
||||
<tmpl_var pagination.pageList.upTo20>
|
||||
·
|
||||
<tmpl_var pagination.nextPage>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isLastPage>
|
||||
<tmpl_if allowDiscussion>
|
||||
<table width="100%" cellspacing="2" cellpadding="1" border="0">
|
||||
<tr>
|
||||
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var replies.URL>"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>
|
||||
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var post.url>"><tmpl_var post.label></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,70 @@
|
|||
#PBtmpl0000000000000128
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
•
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
</tmpl_if>
•
</tmpl_unless>
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
</p>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
•
|
||||
</tmpl_unless>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</p>
|
||||
|
||||
|
||||
<br />
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<div class="ad">
|
||||
<div style="text-align: center;">
|
||||
<b><a href="<tmpl_var url>"><tmpl_var title></a></b><br />
|
||||
<tmpl_if user.isPoster>(<tmpl_var status>)</tmpl_if>
|
||||
<tmpl_if thumbnail>
|
||||
<div style="margin: 3px;">
|
||||
<a href="<tmpl_var url>"><img src="<tmpl_var thumbnail>" alt="<tmpl_var thumbnail>" border="0" /></a>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
</div>
|
||||
<tmpl_var synopsis>
|
||||
</div>
|
||||
</tmpl_loop>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.ad {
|
||||
border: 1px dotted #aaaaaa;
|
||||
padding: 10px;
|
||||
margin: 0px;
|
||||
float: left;
|
||||
width: 140px;
|
||||
font-size: 12px;
|
||||
height: 175px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
^RawHeadTags(<style type="text/css">
.ad {
border: 1px dotted #aaaaaa;
padding: 10px;
margin: 0px;
float: left;
width: 140px;
font-size: 12px;
height: 175px;
overflow: hidden;
}
</style>);
<br />
<tmpl_loop post_loop>
<div class="ad">
<div style="text-align: center;">
<b><a href="<tmpl_var url>"><tmpl_var title></a></b><br />
<tmpl_if user.isPoster>(<tmpl_var status>)</tmpl_if>
<tmpl_if thumbnail>
<div style="margin: 3px;">
<a href="<tmpl_var url>"><img src="<tmpl_var thumbnail>" alt="<tmpl_var thumbnail>" border="0" /></a>
</div>
</tmpl_if>
</div>
<tmpl_var synopsis>
</div>
</tmpl_loop>
<div style="clear: both;"></div>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
|
|
@ -1,2 +1,57 @@
|
|||
#PBtmpl0000000000000002
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if pagination.isFirstPage>
<tmpl_if image.url>
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="content">
<img src="<tmpl_var image.url>" align="right" border="0" alt="<tmpl_var image.url>" />
</tmpl_if>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<tmpl_if pagination.isLastPage>
<tmpl_if linkUrl>
<tmpl_if linkTitle>
<p />
<a href="<tmpl_var linkUrl>"><tmpl_var linkTitle></a>
</tmpl_if>
</tmpl_if>
<tmpl_var attachment.box>
</tmpl_if>
<tmpl_if pagination.pageCount.isMultiple>
<tmpl_var pagination.previousPage>
·
<tmpl_var pagination.pageList.upTo20>
·
<tmpl_var pagination.nextPage>
</tmpl_if>
<tmpl_if pagination.isFirstPage>
<tmpl_if image.url>
</td></tr></table>
</tmpl_if>
</tmpl_if>
<tmpl_if pagination.isLastPage>
<tmpl_if allowDiscussion>
<p>
<table width="100%" cellspacing="2" cellpadding="1" border="0">
<tr>
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var replies.URL>"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var post.url>"><tmpl_var post.label></a></td>
</tr>
</table>
</tmpl_if>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isFirstPage>
|
||||
<tmpl_if image.url>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="content">
|
||||
<img src="<tmpl_var image.url>" align="right" border="0" alt="<tmpl_var image.url>" />
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isLastPage>
|
||||
<tmpl_if linkUrl>
|
||||
<tmpl_if linkTitle>
|
||||
<p />
|
||||
<a href="<tmpl_var linkUrl>"><tmpl_var linkTitle></a>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
<tmpl_var attachment.box>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<tmpl_var pagination.previousPage>
|
||||
·
|
||||
<tmpl_var pagination.pageList.upTo20>
|
||||
·
|
||||
<tmpl_var pagination.nextPage>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isFirstPage>
|
||||
<tmpl_if image.url>
|
||||
</td></tr></table>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isLastPage>
|
||||
<tmpl_if allowDiscussion>
|
||||
<p>
|
||||
<table width="100%" cellspacing="2" cellpadding="1" border="0">
|
||||
<tr>
|
||||
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var replies.URL>"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>
|
||||
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var post.url>"><tmpl_var post.label></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,105 @@
|
|||
#PBtmpl0000000000000026
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
^RawHeadTags(<style type="text/css">
.forumHead {
background-color: #eeeeee;
border-bottom: 1px solid #cccccc;
padding: 2px;
padding-bottom: 4px;
font-size: 13px;
font-weight: bold;
}
.oddThread {
font-size: 13px;
border-bottom: 1px dashed #83cc83;
padding-bottom: 4px;
}
.evenThread {
font-size: 13px;
border-bottom: 1px dashed #aaaaff;
padding-bottom: 4px;
}
</style>);
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
•
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
</tmpl_if>
•
</tmpl_unless>
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
</p>
<table width="100%">
<tr>
<tmpl_if user.isModerator>
<td class="forumHead"><tmpl_var status.label></td>
</tmpl_if>
<td class="forumHead"><tmpl_var subject.label></td>
<td class="forumHead"><tmpl_var user.label></td>
<td class="forumHead"><a href="<tmpl_var sortby.views.url>"><tmpl_var views.label></a></td>
<td class="forumHead"><a href="<tmpl_var sortby.replies.url>"><tmpl_var replies.label></a></td>
<td class="forumHead"><a href="<tmpl_var sortby.rating.url>"><tmpl_var rating.label></a></td>
<td class="forumHead"><a href="<tmpl_var sortby.date.url>"><tmpl_var date.label></a></td>
<tmpl_if displayLastReply>
<td class="forumHead"><a href="<tmpl_var sortby.lastreply.url>"><tmpl_var lastReply.label></a></td>
</tmpl_if>
</tr>
<tmpl_loop post_loop>
<tr>
<tmpl_if user.isModerator>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var status></td>
</tmpl_if>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var url>"><tmpl_var title></a></td>
<tmpl_if user.isVisitor>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var username></td>
<tmpl_else>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var userProfile.url>"><tmpl_var username></a></td>
</tmpl_if>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" align="center"><tmpl_var views></td>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" align="center"><tmpl_var replies></td>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" align="center"><tmpl_var rating></td>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var dateSubmitted.human> @ <tmpl_var timeSubmitted.human></td>
<tmpl_if displayLastReply>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" style="font-size: 11px;">
<a href="<tmpl_var lastReply.url>"><tmpl_var lastReply.title></a>
by
<tmpl_if lastReply.user.isVisitor>
<tmpl_var lastReply.username>
<tmpl_else>
<a href="<tmpl_var lastReply.userProfile.url>"><tmpl_var lastReply.username></a>
</tmpl_if>
on <tmpl_var lastReply.dateSubmitted.human> @ <tmpl_var lastReply.timeSubmitted.human>
</td>
</tmpl_if>
</tr>
</tmpl_loop>
</table>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
•
|
||||
</tmpl_unless>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</p>
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<tmpl_if user.isModerator>
|
||||
<td class="forumHead"><tmpl_var status.label></td>
|
||||
</tmpl_if>
|
||||
<td class="forumHead"><tmpl_var subject.label></td>
|
||||
<td class="forumHead"><tmpl_var user.label></td>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.views.url>"><tmpl_var views.label></a></td>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.replies.url>"><tmpl_var replies.label></a></td>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.rating.url>"><tmpl_var rating.label></a></td>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.date.url>"><tmpl_var date.label></a></td>
|
||||
<tmpl_if displayLastReply>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.lastreply.url>"><tmpl_var lastReply.label></a></td>
|
||||
</tmpl_if>
|
||||
</tr>
|
||||
<tmpl_loop post_loop>
|
||||
<tr>
|
||||
<tmpl_if user.isModerator>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var status></td>
|
||||
</tmpl_if>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var url>"><tmpl_var title></a></td>
|
||||
<tmpl_if user.isVisitor>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var username></td>
|
||||
<tmpl_else>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var userProfile.url>"><tmpl_var username></a></td>
|
||||
</tmpl_if>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" align="center"><tmpl_var views></td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" align="center"><tmpl_var replies></td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" align="center"><tmpl_var rating></td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var dateSubmitted.human> @ <tmpl_var timeSubmitted.human></td>
|
||||
<tmpl_if displayLastReply>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>" style="font-size: 11px;">
|
||||
<a href="<tmpl_var lastReply.url>"><tmpl_var lastReply.title></a>
|
||||
by
|
||||
<tmpl_if lastReply.user.isVisitor>
|
||||
<tmpl_var lastReply.username>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var lastReply.userProfile.url>"><tmpl_var lastReply.username></a>
|
||||
</tmpl_if>
|
||||
on <tmpl_var lastReply.dateSubmitted.human> @ <tmpl_var lastReply.timeSubmitted.human>
|
||||
</td>
|
||||
</tmpl_if>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.forumHead {
|
||||
background-color: #eeeeee;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
padding: 2px;
|
||||
padding-bottom: 4px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.oddThread {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dashed #83cc83;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.evenThread {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dashed #aaaaff;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,89 @@
|
|||
#PBtmpl0000000000000066
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
•
|
||||
</tmpl_unless>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</p>
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<tmpl_if user.isModerator>
|
||||
<td class="forumHead"><tmpl_var status.label></td>
|
||||
</tmpl_if>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.title.url>"><tmpl_var title.label></a></td>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.date.url>"><tmpl_var date.label></a></td>
|
||||
<td class="forumHead"><a href="<tmpl_var sortby.username.url>"><tmpl_var by.label></a></td>
|
||||
</tr>
|
||||
<tmpl_loop post_loop>
|
||||
<tr>
|
||||
<tmpl_if user.isModerator>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var status></td>
|
||||
</tmpl_if>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var url>"><tmpl_var title></a><tmpl_if user.isPoster> (<tmpl_var status>)</tmpl_if></td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var dateUpdated.human></td>
|
||||
<tmpl_if user.isVisitor>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var username></td>
|
||||
<tmpl_else>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var userProfile.url>"><tmpl_var username></a></td>
|
||||
</tmpl_if>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.forumHead {
|
||||
background-color: #eeeeee;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
padding: 2px;
|
||||
padding-bottom: 4px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.oddThread {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dashed #83cc83;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.evenThread {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dashed #aaaaff;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
^RawHeadTags(
<style type="text/css">
.forumHead {
background-color: #eeeeee;
border-bottom: 1px solid #cccccc;
padding: 2px;
padding-bottom: 4px;
font-size: 13px;
font-weight: bold;
}
.oddThread {
font-size: 13px;
border-bottom: 1px dashed #83cc83;
padding-bottom: 4px;
}
.evenThread {
font-size: 13px;
border-bottom: 1px dashed #aaaaff;
padding-bottom: 4px;
}
</style>);
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
•
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
</tmpl_if>
•
</tmpl_unless>
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
</p>
<table width="100%">
<tr>
<tmpl_if user.isModerator>
<td class="forumHead"><tmpl_var status.label></td>
</tmpl_if>
<td class="forumHead"><a href="<tmpl_var sortby.title.url>"><tmpl_var title.label></a></td>
<td class="forumHead"><a href="<tmpl_var sortby.date.url>"><tmpl_var date.label></a></td>
<td class="forumHead"><a href="<tmpl_var sortby.username.url>"><tmpl_var by.label></a></td>
</tr>
<tmpl_loop post_loop>
<tr>
<tmpl_if user.isModerator>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var status></td>
</tmpl_if>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var url>"><tmpl_var title></a><tmpl_if user.isPoster> (<tmpl_var status>)</tmpl_if></td>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var dateUpdated.human></td>
<tmpl_if user.isVisitor>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var username></td>
<tmpl_else>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var userProfile.url>"><tmpl_var username></a></td>
</tmpl_if>
</tr>
</tmpl_loop>
</table>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
|
|
@ -1,2 +1,67 @@
|
|||
#PBtmpl0000000000000080
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
</tmpl_if>
</tmpl_unless>
<tmpl_if pagination.pageCount.isMultiple>
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
</tmpl_if>
</p>
<ul>
<tmpl_loop post_loop>
<li><a href="#id<tmpl_var assetId>"><span class="faqQuestion"><tmpl_var title></span></a></li>
</tmpl_loop>
</ul>
<tmpl_loop post_loop>
<tmpl_if user.isPoster>
<tmpl_unless session.var.adminOn>
<div>[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]</div>
</tmpl_unless>
</tmpl_if>
<tmpl_if user.isModerator>
<div>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
<tmpl_else>
<tmpl_unless user.isPoster>
<tmpl_unless session.var.adminOn>
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
</tmpl_unless>
</tmpl_unless>
</tmpl_if>
(<a href="<tmpl_var url>"><tmpl_var status></a>)
</div>
</tmpl_if>
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a><span class="faqQuestion"><tmpl_var title></span><br />
<tmpl_var content>
<p><a href="#top">[top]</a></p>
</tmpl_loop>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<tmpl_loop post_loop>
|
||||
<li><a href="#id<tmpl_var assetId>"><span class="faqQuestion"><tmpl_var title></span></a></li>
|
||||
</tmpl_loop>
|
||||
</ul>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
<div>[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]</div>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<div>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
||||
</div>
|
||||
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a><span class="faqQuestion"><tmpl_var title></span><br />
|
||||
<tmpl_var content>
|
||||
<p><a href="#top">[top]</a></p>
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,45 @@
|
|||
#PBtmpl0000000000000133
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
</tmpl_if>
</tmpl_unless>
<tmpl_if pagination.pageCount.isMultiple>
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
</tmpl_if>
</p>
<tmpl_loop post_loop>
<div><b>On <tmpl_var dateSubmitted.human> <a href="<tmpl_var userProfile.url>"><tmpl_var username></a> from <a href="<tmpl_var url>">the '<tmpl_var title>' department</a> wrote</b></div>
<div><i><tmpl_var synopsis></i></div>
<div><a href="<tmpl_var url>"><tmpl_var readmore.label></a></div>
<p />
</tmpl_loop>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
|
||||
<div><b>On <tmpl_var dateSubmitted.human> <a href="<tmpl_var userProfile.url>"><tmpl_var username></a> from <a href="<tmpl_var url>">the '<tmpl_var title>' department</a> wrote</b></div>
|
||||
<div><i><tmpl_var synopsis></i></div>
|
||||
<div><a href="<tmpl_var url>"><tmpl_var readmore.label></a></div>
|
||||
<p />
|
||||
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,25 @@
|
|||
#PBtmpl0000000000000123
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displaytitle>
<tmpl_if linkurl>
<a href="<tmpl_var linkurl>">
</tmpl_if>
<span class="itemTitle"><tmpl_var title></span>
<tmpl_if linkurl>
</a>
</tmpl_if>
</tmpl_if>
<tmpl_if attachment.name>
<tmpl_if displaytitle> - </tmpl_if>
<a href="<tmpl_var attachment.url>"><img src="<tmpl_var attachment.Icon>" alt="<tmpl_var attachment.name>" width="16" height="16" border="0" align="middle" /></a>
</tmpl_if>
<tmpl_if description>
- <tmpl_var description>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displaytitle>
|
||||
<tmpl_if linkurl>
|
||||
<a href="<tmpl_var linkurl>">
|
||||
</tmpl_if>
|
||||
<span class="itemTitle"><tmpl_var title></span>
|
||||
<tmpl_if linkurl>
|
||||
</a>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if attachment.name>
|
||||
<tmpl_if displaytitle> - </tmpl_if>
|
||||
<a href="<tmpl_var attachment.url>"><img src="<tmpl_var attachment.Icon>" alt="<tmpl_var attachment.name>" width="16" height="16" border="0" align="middle" /></a>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
- <tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,25 @@
|
|||
#PBtmpl0000000000000129
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displaytitle>
<tmpl_if linkurl>
<a href="<tmpl_var linkurl>" target="_blank">
</tmpl_if>
<span class="itemTitle"><tmpl_var title></span>
<tmpl_if linkurl>
</a>
</tmpl_if>
</tmpl_if>
<tmpl_if attachment.name>
<tmpl_if displaytitle> - </tmpl_if>
<a href="<tmpl_var attachment.url>" target="_blank"><img src="<tmpl_var attachment.Icon>" alt="<tmpl_var attachment.name>" width="16" height="16" border="0" align="middle" /></a>
</tmpl_if>
<tmpl_if description>
- <tmpl_var description>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displaytitle>
|
||||
<tmpl_if linkurl>
|
||||
<a href="<tmpl_var linkurl>" target="_blank">
|
||||
</tmpl_if>
|
||||
<span class="itemTitle"><tmpl_var title></span>
|
||||
<tmpl_if linkurl>
|
||||
</a>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if attachment.name>
|
||||
<tmpl_if displaytitle> - </tmpl_if>
|
||||
<a href="<tmpl_var attachment.url>" target="_blank"><img src="<tmpl_var attachment.Icon>" alt="<tmpl_var attachment.name>" width="16" height="16" border="0" align="middle" /></a>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
- <tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,87 @@
|
|||
#PBtmpl0000000000000077
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
•
|
||||
</tmpl_unless>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</p>
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<tmpl_if user.isModerator>
|
||||
<td class="forumHead"><tmpl_var status.label></td>
|
||||
</tmpl_if>
|
||||
<td class="forumHead"><tmpl_var job.title.label></td>
|
||||
<td class="forumHead"><tmpl_var location.label></td>
|
||||
<td class="forumHead"><tmpl_var compensation.label></td>
|
||||
<td class="forumHead"><tmpl_var date.label></td>
|
||||
</tr>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<tr>
|
||||
<tmpl_if user.isModerator>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var status></td>
|
||||
</tmpl_if>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var url>"><tmpl_var title></a><tmpl_if user.isPoster> (<tmpl_var status>)</tmpl_if></td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var userDefined2></td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var userDefined1></td>
|
||||
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var dateSubmitted.human></td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.forumHead {
|
||||
background-color: #eeeeee;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
padding: 2px;
|
||||
padding-bottom: 4px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.oddThread {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dashed #83cc83;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.evenThread {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px dashed #aaaaff;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
^RawHeadTags(
<style type="text/css">
.forumHead {
background-color: #eeeeee;
border-bottom: 1px solid #cccccc;
padding: 2px;
padding-bottom: 4px;
font-size: 13px;
font-weight: bold;
}
.oddThread {
font-size: 13px;
border-bottom: 1px dashed #83cc83;
padding-bottom: 4px;
}
.evenThread {
font-size: 13px;
border-bottom: 1px dashed #aaaaff;
padding-bottom: 4px;
}
</style>);
|
||||
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
•
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
</tmpl_if>
•
</tmpl_unless>
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
</p>
<table width="100%">
<tr>
<tmpl_if user.isModerator>
<td class="forumHead"><tmpl_var status.label></td>
</tmpl_if>
<td class="forumHead"><tmpl_var job.title.label></td>
<td class="forumHead"><tmpl_var location.label></td>
<td class="forumHead"><tmpl_var compensation.label></td>
<td class="forumHead"><tmpl_var date.label></td>
</tr>
<tmpl_loop post_loop>
<tr>
<tmpl_if user.isModerator>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var status></td>
</tmpl_if>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><a href="<tmpl_var url>"><tmpl_var title></a><tmpl_if user.isPoster> (<tmpl_var status>)</tmpl_if></td>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var userDefined2></td>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var userDefined1></td>
<td class="<tmpl_if __ODD__>oddThread<tmpl_else>evenThread</tmpl_if>"><tmpl_var dateSubmitted.human></td>
</tr>
</tmpl_loop>
</table>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
|
|
@ -1,2 +1,57 @@
|
|||
#PBtmpl0000000000000103
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if pagination.isFirstPage>
<tmpl_if image.url>
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="content">
<img src="<tmpl_var image.url>" alt="<tmpl_var image.url>" align="left" border="0" />
</tmpl_if>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
<p />
</tmpl_if>
<tmpl_if pagination.isLastPage>
<tmpl_if linkurl>
<tmpl_if linktitle>
<p />
<a href="<tmpl_var linkUrl>"><tmpl_var linkTitle></a>
</tmpl_if>
</tmpl_if>
<tmpl_var attachment.box> <p />
</tmpl_if>
<tmpl_if pagination.isFirstPage>
<tmpl_if image.url>
</td></tr></table>
</tmpl_if>
</tmpl_if>
<tmpl_if pagination.pageCount.isMultiple>
<tmpl_var pagination.previousPage>
·
<tmpl_var pagination.pageList.upTo20>
·
<tmpl_var pagination.nextPage>
</tmpl_if>
<tmpl_if pagination.isLastPage>
<tmpl_if allowDiscussion>
<p />
<table width="100%" cellspacing="2" cellpadding="1" border="0">
<tr><td align="center" width="50%" class="tableMenu"><a href="<tmpl_var replies.URL>"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var post.url>"><tmpl_var post.label></a></td></tr>
</table>
</tmpl_if>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isFirstPage>
|
||||
<tmpl_if image.url>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="content">
|
||||
<img src="<tmpl_var image.url>" alt="<tmpl_var image.url>" align="left" border="0" />
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
<p />
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isLastPage>
|
||||
<tmpl_if linkurl>
|
||||
<tmpl_if linktitle>
|
||||
<p />
|
||||
<a href="<tmpl_var linkUrl>"><tmpl_var linkTitle></a>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_var attachment.box> <p />
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isFirstPage>
|
||||
<tmpl_if image.url>
|
||||
</td></tr></table>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<tmpl_var pagination.previousPage>
|
||||
·
|
||||
<tmpl_var pagination.pageList.upTo20>
|
||||
·
|
||||
<tmpl_var pagination.nextPage>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isLastPage>
|
||||
<tmpl_if allowDiscussion>
|
||||
<p />
|
||||
<table width="100%" cellspacing="2" cellpadding="1" border="0">
|
||||
<tr><td align="center" width="50%" class="tableMenu"><a href="<tmpl_var replies.URL>"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>
|
||||
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var post.url>"><tmpl_var post.label></a></td></tr>
|
||||
</table>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,64 @@
|
|||
#PBtmpl0000000000000083
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
</tmpl_if>
</tmpl_unless>
<tmpl_if pagination.pageCount.isMultiple>
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
</tmpl_if>
</p>
<tmpl_loop post_loop>
<tmpl_if user.isPoster>
<tmpl_unless session.var.adminOn>
<div>[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]</div>
</tmpl_unless>
</tmpl_if>
<tmpl_if user.isModerator>
<div>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
<tmpl_else>
<tmpl_unless user.isPoster>
<tmpl_unless session.var.adminOn>
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
</tmpl_unless>
</tmpl_unless>
</tmpl_if>
(<a href="<tmpl_var url>"><tmpl_var status></a>)
</div>
</tmpl_if>
<p>
<tmpl_if userDefined1><a href="<tmpl_var userDefined1>" <tmpl_if userDefined2>target="_blank"</tmpl_if>></tmpl_if><tmpl_var title><tmpl_if userDefined1></a></tmpl_if>
<tmpl_if content>
- <tmpl_var content>
</tmpl_if>
</p>
</tmpl_loop>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
<div>[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]</div>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<div>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
||||
</div>
|
||||
</tmpl_if>
|
||||
<p>
|
||||
<tmpl_if userDefined1><a href="<tmpl_var userDefined1>" <tmpl_if userDefined2>target="_blank"</tmpl_if>></tmpl_if><tmpl_var title><tmpl_if userDefined1></a></tmpl_if>
|
||||
<tmpl_if content>
|
||||
- <tmpl_var content>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,61 @@
|
|||
#PBtmpl0000000000000115
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if pagination.isFirstPage>
<tmpl_if image.url>
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="content">
<table align="right">
<tr><td align="center">
<tmpl_if linkUrl>
<a href="<tmpl_var linkUrl>">
<img src="<tmpl_var image.url>" alt="<tmpl_var image.url>" border="0" /><br /><tmpl_var linkTitle>
</a>
<tmpl_else>
<img src="<tmpl_var image.url>" alt="<tmpl_var image.url>" border="0" /><br /><tmpl_var linkTitle>
</tmpl_if>
</td></tr>
</table>
</tmpl_if>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
<p />
</tmpl_if>
<tmpl_if pagination.isLastPage>
<tmpl_var attachment.box>
<p />
</tmpl_if>
<tmpl_if pagination.isFirstPage>
<tmpl_if image.url>
</td></tr></table>
</tmpl_if>
</tmpl_if>
<tmpl_if pagination.pageCount.isMultiple>
<tmpl_var pagination.previousPage>
·
<tmpl_var pagination.pageList.upTo20>
·
<tmpl_var pagination.nextPage>
</tmpl_if>
<tmpl_if pagination.isLastPage>
<tmpl_if allowDiscussion>
<p />
<table width="100%" cellspacing="2" cellpadding="1" border="0">
<tr><td align="center" width="50%" class="tableMenu"><a href="<tmpl_var replies.URL>"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var post.url>"><tmpl_var post.label></a></td></tr>
</table>
</tmpl_if>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isFirstPage>
|
||||
<tmpl_if image.url>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="content">
|
||||
<table align="right">
|
||||
<tr><td align="center">
|
||||
<tmpl_if linkUrl>
|
||||
<a href="<tmpl_var linkUrl>">
|
||||
<img src="<tmpl_var image.url>" alt="<tmpl_var image.url>" border="0" /><br /><tmpl_var linkTitle>
|
||||
</a>
|
||||
<tmpl_else>
|
||||
<img src="<tmpl_var image.url>" alt="<tmpl_var image.url>" border="0" /><br /><tmpl_var linkTitle>
|
||||
</tmpl_if>
|
||||
</td></tr>
|
||||
</table>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
<p />
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isLastPage>
|
||||
<tmpl_var attachment.box>
|
||||
<p />
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isFirstPage>
|
||||
<tmpl_if image.url>
|
||||
</td></tr></table>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<tmpl_var pagination.previousPage>
|
||||
·
|
||||
<tmpl_var pagination.pageList.upTo20>
|
||||
·
|
||||
<tmpl_var pagination.nextPage>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if pagination.isLastPage>
|
||||
<tmpl_if allowDiscussion>
|
||||
<p />
|
||||
<table width="100%" cellspacing="2" cellpadding="1" border="0">
|
||||
<tr><td align="center" width="50%" class="tableMenu"><a href="<tmpl_var replies.URL>"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>
|
||||
<td align="center" width="50%" class="tableMenu"><a href="<tmpl_var post.url>"><tmpl_var post.label></a></td></tr>
|
||||
</table>
|
||||
</tmpl_if>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,6 @@
|
|||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
^RawHeadTags(<style type="text/css">
|
||||
.firstColumn {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
.secondColumn {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 50%;
|
||||
}
|
||||
.endFloat {
|
||||
clear: both;
|
||||
}
|
||||
</style>);
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
|
@ -140,3 +125,20 @@
|
|||
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
|
||||
<tmpl_var dragger.init>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.firstColumn {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
.secondColumn {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 50%;
|
||||
}
|
||||
.endFloat {
|
||||
clear: both;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,64 @@
|
|||
#PBtmpl0000000000000101
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
</tmpl_if>
</tmpl_unless>
<tmpl_if pagination.pageCount.isMultiple>
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
</tmpl_if>
</p>
<ol>
<tmpl_loop post_loop>
<li>
<tmpl_if user.isPoster>
<tmpl_unless session.var.adminOn>
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
</tmpl_unless>
</tmpl_if>
<tmpl_if user.isModerator>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
<tmpl_else>
<tmpl_unless user.isPoster>
<tmpl_unless session.var.adminOn>
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
</tmpl_unless>
</tmpl_unless>
</tmpl_if>
(<a href="<tmpl_var url>"><tmpl_var status></a>)
</tmpl_if>
<tmpl_if userDefined1><a href="<tmpl_var userDefined1>" <tmpl_if userDefined2>target="_blank"</tmpl_if>></tmpl_if><tmpl_var title><tmpl_if userDefined1></a></tmpl_if>
<tmpl_if content>
- <tmpl_var content>
</tmpl_if>
</li>
</tmpl_loop>
</ol>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>">[<tmpl_var add.label>]</a>
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>">[<tmpl_var unsubscribe.label>]</a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>">[<tmpl_var subscribe.label>]</a>
|
||||
</tmpl_if>
|
||||
</tmpl_unless>
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<a href="<tmpl_var search.url>">[<tmpl_var search.label>]</a>
|
||||
</tmpl_if>
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<tmpl_loop post_loop>
|
||||
<li>
|
||||
<tmpl_if user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
<tmpl_if user.isModerator>
|
||||
<tmpl_if session.var.adminOn>
|
||||
<tmpl_var controls>
|
||||
<tmpl_else>
|
||||
<tmpl_unless user.isPoster>
|
||||
<tmpl_unless session.var.adminOn>
|
||||
[<a href="<tmpl_var edit.url>"><tmpl_var edit.label></a>]
|
||||
</tmpl_unless>
|
||||
</tmpl_unless>
|
||||
</tmpl_if>
|
||||
(<a href="<tmpl_var url>"><tmpl_var status></a>)
|
||||
</tmpl_if>
|
||||
<tmpl_if userDefined1><a href="<tmpl_var userDefined1>" <tmpl_if userDefined2>target="_blank"</tmpl_if>></tmpl_if><tmpl_var title><tmpl_if userDefined1></a></tmpl_if>
|
||||
<tmpl_if content>
|
||||
- <tmpl_var content>
|
||||
</tmpl_if>
|
||||
</li>
|
||||
</tmpl_loop>
|
||||
</ol>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,68 @@
|
|||
#PBtmpl0000000000000121
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
</tmpl_if>
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<tmpl_var description>
</tmpl_if>
<p>
<tmpl_if user.canPost>
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
•
</tmpl_if>
<tmpl_unless user.isVisitor>
<tmpl_if user.isSubscribed>
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
<tmpl_else>
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
</tmpl_if>
•
</tmpl_unless>
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
</p>
|
||||
<a name="id<tmpl_var assetId>" id="id<tmpl_var assetId>"></a>
|
||||
|
||||
^RawHeadTags(<style type="text/css">
.picture {
padding: 0px;
margin: 10px;
float: left;
width: 150px;
font-size: 12px;
height: 100px;
overflow: hidden;
}
|
||||
<tmpl_if session.var.adminOn>
|
||||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if description>
|
||||
<tmpl_var description>
|
||||
</tmpl_if>
|
||||
|
||||
<p>
|
||||
<tmpl_if user.canPost>
|
||||
<a href="<tmpl_var add.url>"><tmpl_var add.label></a>
|
||||
•
|
||||
</tmpl_if>
|
||||
<tmpl_unless user.isVisitor>
|
||||
<tmpl_if user.isSubscribed>
|
||||
<a href="<tmpl_var unsubscribe.url>"><tmpl_var unsubscribe.label></a>
|
||||
<tmpl_else>
|
||||
<a href="<tmpl_var subscribe.url>"><tmpl_var subscribe.label></a>
|
||||
</tmpl_if>
|
||||
•
|
||||
</tmpl_unless>
|
||||
<a href="<tmpl_var search.url>"><tmpl_var search.label></a>
|
||||
</p>
|
||||
|
||||
<br />
|
||||
|
||||
<tmpl_loop post_loop>
|
||||
<div class="picture">
|
||||
<div style="text-align: center;">
|
||||
<tmpl_if user.isPoster><div>(<tmpl_var status>)</div></tmpl_if>
|
||||
<div><a href="<tmpl_var url>"><img src="<tmpl_var thumbnail>" alt="<tmpl_var title>" /></a></div>
|
||||
<div><a href="<tmpl_var url>"><tmpl_var title></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</tmpl_loop>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<tmpl_if pagination.pageCount.isMultiple>
|
||||
<div class="pagination">
|
||||
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
|
||||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.picture {
|
||||
padding: 0px;
|
||||
margin: 10px;
|
||||
float: left;
|
||||
width: 150px;
|
||||
font-size: 12px;
|
||||
height: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.picture img
|
||||
{
|
||||
border: black solid 0px;
|
||||
}
</style>);
<br />
<tmpl_loop post_loop>
<div class="picture">
<div style="text-align: center;">
<tmpl_if user.isPoster><div>(<tmpl_var status>)</div></tmpl_if>
<div><a href="<tmpl_var url>"><img src="<tmpl_var thumbnail>" alt="<tmpl_var title>" /></a></div>
<div><a href="<tmpl_var url>"><tmpl_var title></a></div>
</div>
</div>
</tmpl_loop>
<div style="clear: both;"></div>
<tmpl_if pagination.pageCount.isMultiple>
<div class="pagination">
<tmpl_var pagination.previousPage> · <tmpl_var pagination.pageList.upTo10> · <tmpl_var pagination.nextPage>
</div>
</tmpl_if>
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,21 +5,6 @@
|
|||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
^RawHeadTags(<style type="text/css">
|
||||
.firstColumn {
|
||||
float: left;
|
||||
width: 65%;
|
||||
}
|
||||
.secondColumn {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 33%;
|
||||
}
|
||||
.endFloat {
|
||||
clear: both;
|
||||
}
|
||||
</style>);
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
|
@ -86,4 +71,20 @@
|
|||
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
|
||||
<tmpl_var dragger.init>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.firstColumn {
|
||||
float: left;
|
||||
width: 65%;
|
||||
}
|
||||
.secondColumn {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 33%;
|
||||
}
|
||||
.endFloat {
|
||||
clear: both;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,22 +5,6 @@
|
|||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
^RawHeadTags(<style type="text/css">
|
||||
.firstColumn {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.secondColumn {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.endFloat {
|
||||
clear: both;
|
||||
}
|
||||
</style>);
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
|
|
@ -88,3 +72,21 @@
|
|||
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
|
||||
<tmpl_var dragger.init>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.firstColumn {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.secondColumn {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.endFloat {
|
||||
clear: both;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,25 +5,6 @@
|
|||
<p><tmpl_var controls></p>
|
||||
</tmpl_if>
|
||||
|
||||
^RawHeadTags(<style type="text/css">
|
||||
.firstColumn {
|
||||
float: left;
|
||||
width: 33%;
|
||||
}
|
||||
.secondColumn {
|
||||
float: left;
|
||||
width: 33%;
|
||||
}
|
||||
.thirdColumn {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 33%;
|
||||
}
|
||||
.endFloat {
|
||||
clear: both;
|
||||
}
|
||||
</style>);
|
||||
|
||||
<tmpl_if displayTitle>
|
||||
<h2><tmpl_var title></h2>
|
||||
</tmpl_if>
|
||||
|
|
@ -142,3 +123,24 @@
|
|||
<table><tr id="blank" class="hidden"><td><div><div class="empty"> </div></div></td></tr></table>
|
||||
<tmpl_var dragger.init>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.firstColumn {
|
||||
float: left;
|
||||
width: 33%;
|
||||
}
|
||||
.secondColumn {
|
||||
float: left;
|
||||
width: 33%;
|
||||
}
|
||||
.thirdColumn {
|
||||
float: left;
|
||||
width: auto;
|
||||
max-width: 33%;
|
||||
}
|
||||
.endFloat {
|
||||
clear: both;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,9 +25,64 @@ removeFiles();
|
|||
addSearchEngine();
|
||||
addEMSTemplates();
|
||||
addEMSTables();
|
||||
updateTemplates();
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
#-------------------------------------------------
|
||||
sub updateTemplates {
|
||||
print "\tUpdating base templates for XHTML compliance, and a cleaner look.\n" unless ($quiet);
|
||||
$session->db->write("alter table template add column headBlock text");
|
||||
opendir(DIR,"templates-6.9.0");
|
||||
my @files = readdir(DIR);
|
||||
closedir(DIR);
|
||||
my $importNode = WebGUI::Asset->getImportNode($session);
|
||||
my $folder = $importNode->addChild({
|
||||
className=>"WebGUI::Asset::Wobject::Folder",
|
||||
title => "6.9.0 New Templates",
|
||||
menuTitle => "6.9.0 New Templates",
|
||||
url=> "6_9_0_new_templates",
|
||||
groupIdView=>"12"
|
||||
});
|
||||
$folder->commit;
|
||||
foreach my $file (@files) {
|
||||
next unless ($file =~ /\.tmpl$/);
|
||||
open(FILE,"<templates-6.9.0/".$file);
|
||||
my $first = 1;
|
||||
my $create = 0;
|
||||
my $head = 0;
|
||||
my %properties = (className=>"WebGUI::Asset::Template");
|
||||
while (my $line = <FILE>) {
|
||||
if ($first) {
|
||||
$line =~ m/^\#(.*)$/;
|
||||
$properties{id} = $1;
|
||||
$first = 0;
|
||||
} elsif ($line =~ m/^\#create$/) {
|
||||
$create = 1;
|
||||
} elsif ($line =~ m/^\#(.*):(.*)$/) {
|
||||
$properties{$1} = $2;
|
||||
} elsif ($line =~ m/^~~~$/) {
|
||||
$head = 1;
|
||||
} elsif ($head) {
|
||||
$properties{headBlock} .= $line;
|
||||
} else {
|
||||
$properties{template} .= $line;
|
||||
}
|
||||
}
|
||||
close(FILE);
|
||||
if ($create) {
|
||||
my $template = $folder->addChild(\%properties, $properties{id});
|
||||
$template->commit;
|
||||
} else {
|
||||
my $template = WebGUI::Asset->new($properties{id}, "WebGUI::Asset::Template");
|
||||
if (defined $template) {
|
||||
my $newRevision = $template->addRevision(\%propertes);
|
||||
$newRevision->commit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub addEMSTemplates {
|
||||
print "\tAdding Event Management System Templates.\n" unless ($quiet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue