diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 22:05:42 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-01 22:05:42 +0000 |
| commit | f610ed82cbf0df2b5f8afd6ca3f88b9313281036 (patch) | |
| tree | 22eee242b76b4a75bfa2efff1169e90637858982 /phpBB/styles/prosilver/template/posting_topic_review.html | |
| parent | c78c82123e6876541320ad4ebf2ba1e85a582fd0 (diff) | |
| download | forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.gz forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.bz2 forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.xz forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.zip | |
say hello to prosilver... YAAAYEEEE
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_topic_review.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_topic_review.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html new file mode 100644 index 0000000000..c8d3369eaf --- /dev/null +++ b/phpBB/styles/prosilver/template/posting_topic_review.html @@ -0,0 +1,39 @@ + +<h3 id="review"> + <span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true);">{L_EXPAND_VIEW}</a></span> + {L_TOPIC_REVIEW}: {TOPIC_TITLE} +</h3> + +<div id="topicreview"> + <!-- BEGIN topic_review_row --> + <div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> + <div class="inner"><span class="corners-top"><span></span></span> + + <div class="postbody" id="pr{topic_review_row.U_POST_ID}"> + <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --> + <ul class="profile-icons"> + <li class="quote-icon"><a href="#postingbox" onclick="addquote({topic_review_row.U_POST_ID}, '{topic_review_row.POSTER_QUOTE}');" title="{L_QUOTE} {topic_review_row.POST_AUTHOR}"><span>{L_QUOTE} {topic_review_row.POST_AUTHOR}</span></a></li> + </ul> + <!-- ENDIF --> + <!-- IF topic_review_row.U_MCP_DETAILS --><div class="right-box"><a href="{topic_review_row.U_MCP_DETAILS}">{L_POST_DETAILS}</a></div><!-- ENDIF --> + <h3><a href="#pr{topic_review_row.U_POST_ID}">{topic_review_row.POST_SUBJECT}</a></h3> + <p class="author"><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {topic_review_row.POST_DATE} </p> + <div class="content"> + {topic_review_row.MESSAGE} + </div> + <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --> + <div id="message_{topic_review_row.U_POST_ID}" style="display: none;">{topic_review_row.DECODED_MESSAGE}</div> + <!-- ENDIF --> + </div> + <span class="corners-bottom"><span></span></span></div> + </div> + <!-- END topic_review_row --> +</div> + +<hr /> + +<!-- IF S_MCP_REPORT --> + <p><a href="#report" class="top2">{L_BACK_TO_TOP}</a></p> +<!-- ELSE --> + <p><a href="#postingbox" class="top2">{L_BACK_TO_TOP}</a></p> +<!-- ENDIF -->
\ No newline at end of file |
