PDF Converter verschieben

Alles zu Styles, Templates, Icons und Smilies für phpBB 3.0.x, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
phpBB Styles Demo
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Antworten
Cottbusa
Mitglied
Beiträge: 52
Registriert: 05.07.2009 16:55
Wohnort: Cottbus (Groß Gaglow)
Kontaktdaten:

PDF Converter verschieben

Beitrag von Cottbusa »

Hallo,
habe gerade den PDF Converter für Foren gefunden ... wollte den ins Forum einbauen.
Hat auch geklappt nur passt die stelle nicht ganz (einfach mal in mein Forum in irgend nen Beitrag gucken). Man sieht den Converter nicht ganz. Kann mir jemand sagen an welche stelle ich in der template-datei das setzen muss, um den Converter entweder höher (über die Leiste auf Höhe von den Button "Neues Thema" & "Antwort") oder tiefer (unter die Leiste) bekomme?

Hier der komplette inhalt meiner Viewtopic_body:

Code: Alles auswählen

<!-- INCLUDE overall_header.html -->
<div style="text-align:center;">{AD_CODE3}</div>
<!-- IF S_FORUM_RULES -->
	<table width="100%" class="tablebg_rl"cellspacing="0">
		<th>
		{L_FORUM_RULES}
		</th>
	</table>
	<table class="tablebg" cellspacing="0" width="100%" >
		<tr>
			<td class="inside_padding">
			<div class="red_top_left"><div class="red_top_right"><div class="red_top_center"></div></div></div>
				<table class="tablebg_round_rl" cellspacing="0" width="100%">
					<tr>
						<td colspan="5" style="padding:0px;">
						<!-- IF U_FORUM_RULES -->
						<div class="forumrules_main"><a  href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a></div>
						<!-- ELSE -->
						<div class="forumrules_main">{FORUM_RULES}</div>
						<!-- ENDIF -->
						</td>
					</tr>
				</table>
			<div class="red_bottom_left"><div class="red_bottom_right"><div class="red_bottom_center"></div></div></div>
			</td>
		</tr>
	</table>

<br clear="all" />
	<br clear="all" />
<!-- ENDIF -->





<div id="pagecontent">

	<table width="100%" cellspacing="0">
		<tr>
			<td align="{S_CONTENT_FLOW_BEGIN}" style="padding-left:0px;padding-bottom:0px" nowrap="nowrap">
			<!-- IF not S_IS_BOT -->
				<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
				<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
			<!-- ENDIF -->
			</td>
			<!-- IF TOTAL_POSTS -->
				
				<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
			<!-- ENDIF -->
		</tr>
	</table>

	
<div><div class="c-h-l"><div class="c-h-r"><div class="c-h-c">
	<table width="100%" cellpadding="0" cellspacing="0">
		<tr class="nav">
			<td align="left" style="padding-bottom:8px;">
<div style="float:right;">
<table style="border:1px solid silver; padding:1px; width:230px; text-align:right">
<tr>
<td>
<a href="http://www.pdf24.org" target="_blank" title="{L_PDF24_IMG_LINK_ALT_TITLE}"><img src="images/pdf24/sheep_16x16.gif" alt="{L_PDF24_IMG_LINK_ALT_TITLE}" border="0"></a>
</td>
<td align="center">
<span style="font-family:Verdana,Arial; font-size:12px; font-weight:bold">{L_SEND_POSTS_AS_PDF_TO}</span>
<form method="POST" action="{U_PDF_FORM_ACTION}" style="padding:0px; margin:0px;" target="pdf24PopWin" onsubmit="window.open('about:blank', 'pdf24PopWin', 'scrollbars=yes,width=400,height=200,top=0,left=0'); return true;">
<input type="hidden" name="topic_id" value="{TOPIC_ID}" />
<input type="hidden" name="start" value="{START_NUMBER}" />
<input type="text" name="email" size="20" value="{L_ENTER_EMAIL_HERE}" onClick="this.value = '';" />
<input type="submit" value="{L_PDF_FORM_SUBMIT_BUTTON}" />
</form>
</td>
</tr>
</table>
</div>
<h4><a class="c-h-link" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h4>
<p style="clear:both"></p></td>
			<td align="right"><h4><a class="optionsbutton" href="#" onclick="return dropdownmenu(this, event, menu_topic_menu, '200px')">{L_TOPIC} {L_OPTIONS}</a></h4></td>
		</tr>
	</table></div></div></div>

<!-- IF S_HAS_POLL -->	
	<table class="tablebg_trl" width="100%" cellpadding="0" cellspacing="0">
		<tr>
			<td class="row2" colspan="2" align="center"><br clear="all" />

				<form method="post" action="{S_POLL_ACTION}">

				<table cellspacing="0" cellpadding="4" border="0" align="center">
					<tr>
						<td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
					</tr>
						<tr>
							<td align="{S_CONTENT_FLOW_BEGIN}">
								<table cellspacing="0" cellpadding="2" border="0">
								<!-- BEGIN poll_option -->
									<tr>
									<!-- IF S_CAN_VOTE -->
										<td>
											<!-- IF S_IS_MULTI_CHOICE -->
												<input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
											<!-- ELSE -->
												<input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
											<!-- ENDIF -->
										</td>
									<!-- ENDIF -->
										<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
										<!-- IF S_DISPLAY_RESULTS -->
											<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
											<td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>
											<td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
											<!-- IF poll_option.POLL_OPTION_VOTED -->
												<td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
											<!-- ENDIF -->
										<!-- ENDIF -->
									</tr>
								<!-- END poll_option -->
								</table>
							</td>
						</tr>
					<!-- IF S_CAN_VOTE -->
						<tr>
							<td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
						</tr>
					<!-- ENDIF -->
					<!-- IF S_DISPLAY_RESULTS -->
						<tr>
							<td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>
						</tr>
					<!-- ELSE -->
						<tr>
							<td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
						</tr>
					<!-- ENDIF -->
				</table>
				{S_HIDDEN_FIELDS}
			
				</form>
			</td>
		</tr>
	</table>
<!-- ENDIF -->
	
	
<!-- BEGIN postrow -->
	
	<!-- IF postrow.S_FIRST_ROW -->
	<table class="tablebg_rl" width="100%" cellspacing="0">
		<tr>
			<th width="200">{L_AUTHOR}</th>
			<th>{L_MESSAGE}</th>
		</tr>
	</table>
	<!-- ENDIF -->
	<!-- IF post.S_ROW_COUNT is even -->
	<table class="tablebg_round" cellspacing="0" width="100%">
		<tr>
			<td class="inside_padding_bottom">
			<div class="round_top_left"><div class="round_top_right"><div class="round_top_center"></div></div></div>
				<table class="tablebg_round_rl" cellspacing="0" width="100%">
					<tr>
	<!-- ELSE -->
	<table class="tablebg_round" cellspacing="0" width="100%">
		<tr>
			<td class="inside_padding_bottom">
			<div class="round_top_left"><div class="round_top_right"><div class="round_top_center"></div></div></div>
				<table class="tablebg_round_rl" cellspacing="0" width="100%">
					<tr>
	<!-- ENDIF -->

	<!-- IF postrow.S_IGNORE_POST -->
						<td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
	<!-- ELSE -->

						<td class="profile" align="center" valign="top" style="padding-top:4px;" >
				
						<div style="cursor: pointer;" class="userbutton" onclick="return dropdownmenu(this, event, menu{postrow.POSTER_ID}, '190px')" >
						<span class="username">
						<!-- IF postrow.ONLINE_IMG -->
					
							{postrow.ONLINE_IMG}
					
						<!-- ENDIF -->
			                <!-- IF postrow.S_FIRST_UNREAD -->
							   <a name="unread"></a>
							<!-- ENDIF -->
							<a name="p{postrow.POST_ID}"></a><b class="postauthor">
							
							     <!-- IF not postrow.U_POST_AUTHOR -->
								    {postrow.POST_AUTHOR}
								 <!-- ELSE -->
								    <a  href="{postrow.U_POST_AUTHOR}" 
								 <!-- IF postrow.POST_AUTHOR_COLOUR -->
			    					 style="color: {postrow.POST_AUTHOR_COLOUR};vertical-align:top" 
								 <!-- ENDIF -->>{postrow.POST_AUTHOR}</a>
						         <!-- ENDIF --></b>
						</span>
						</div>
						</td>
						<td width="100%" >
							<table class="tablebg_0" cellspacing="0" width="100%">
								<tr>
									<td style="padding:0px 5px;">
									<div class="round_top_left"><div class="round_top_right"><div class="round_top_center"></div></div></div>
										<table class="tablebg_round_rl" cellspacing="0" width="100%">
											<tr>
												<!-- IF postrow.POST_ICON_IMG -->
												<td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
												<!-- ENDIF -->
												<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}	</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}<!-- IF postrow.U_INFO -->&nbsp;&nbsp;|&nbsp; <a href="{postrow.U_INFO}">Post Details</a> &nbsp;<!-- ENDIF --></div></td>
											</tr>
										</table>
									<div class="round_bottom_left"><div class="round_bottom_right"><div class="round_bottom_center"></div></div></div>
									</td>
								</tr>		
							</table>
						</td>
					</tr>
					<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
						<td valign="top" class="profile">
							<table cellspacing="4" align="center" width="180">
								<!-- IF postrow.POSTER_AVATAR -->
				                <tr>
				                   <td align="center">{postrow.POSTER_AVATAR}</td>
				                </tr>
							    <!-- ELSE -->
							    <tr>
							         <td align="center"><img src="{T_THEME_PATH}/images/no_avatar.png" alt="" /></td>
							    </tr>
							    <!-- ENDIF -->
								<!-- IF postrow.RANK_TITLE -->
									<tr>
										<td class="postdetails" align="center">{postrow.RANK_TITLE}</td>
									</tr>
								<!-- ENDIF -->
								<!-- IF postrow.RANK_IMG -->
									<tr>
										<td align="center">{postrow.RANK_IMG}</td>
									</tr>
								<!-- ENDIF -->
							</table>
							<span class="postdetails">
								<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
								<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
								<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
								
								

								<!-- IF postrow.S_PROFILE_FIELD1 -->
									<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
									<br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
								<!-- ENDIF -->

								<!-- BEGIN custom_fields -->
									<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
								<!-- END custom_fields -->
							</span>
						</td>
						<td valign="top">
							<table width="100%" cellspacing="5">
								<tr>
									<td>
									<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
										<table width="100%" cellspacing="0">
											<tr>
												<td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
											</tr>
										</table>
									<br clear="all" />
									<!-- ENDIF -->
									<div class="postbody"  id="postdiv{postrow.POST_ID}">{postrow.MESSAGE}</div>
									<!-- IF postrow.S_HAS_ATTACHMENTS -->
										<br clear="all" /><br />

										<table class="tablebg_trbl" width="100%" cellspacing="0">
											<tr>
												<td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
											</tr>
											<!-- BEGIN attachment -->
												<tr>
													<!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
												</tr>
											<!-- END attachment -->
										</table>
									<!-- ENDIF -->

										<!-- IF postrow.S_DISPLAY_NOTICE -->
											<span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
										<!-- ENDIF -->
										<!-- IF postrow.SIGNATURE -->
											<span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
										<!-- ENDIF -->

								<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
									<!-- IF postrow.EDIT_REASON -->
										<br /><br />
										<table class="tablebg" width="100%" cellspacing="0">
											<tr>
												<td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
											</tr>
											<tr>
												<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
											</tr>
										</table>
									<!-- ELSE -->
										<br /><br />
										<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
									<!-- ENDIF -->
									<!-- ENDIF -->

									<!-- IF postrow.BUMPED_MESSAGE -->
										<span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
									<!-- ENDIF -->

									<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
									</td>
								</tr>
							</table>
						</td>
					</tr>
					<!-- IF postrow.S_ROW_COUNT is even -->
					<tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
						<td class="profile_b" align="center" style="padding:0px;">
							<table class="tablebg_0" cellspacing="0" width="100%">
								<tr>
									<td style="padding:5px 0px 0px 5px;">
									<div class="round_top_left"><div class="round_top_center"></div></div>
										<table class="tablebg_round_l" cellspacing="0" width="100%">
											<tr>
												<td style="padding:0px;">
												<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">
												<strong>
												&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#wrapheader" style="align:center"><img src="{T_THEME_PATH}/images/top.png" alt="{L_BACK_TO_TOP}"/></a>&nbsp;&nbsp;
												</strong>
												</div>
												<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">
												<!-- IF not S_IS_BOT -->
													<!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}" style="align:center">{REPORT_IMG}</a>&nbsp;&nbsp; <!-- ENDIF --> 
												<!-- ENDIF -->
												</div>
												</td>
											</tr>
										</table>
									<div class="round_bottom_left"><div class="round_bottom_center"></div></div>
									</td>
								</tr>
							</table>
						</td>
						<td class="profile_b" style="padding:0px;">
							<table class="tablebg_0" cellspacing="0" width="100%">
								<tr>
									<td style="padding:5px 5px 0px 0px;">
									<div class="round_top_right"><div class="round_top_center"></div></div>
										<table class="tablebg_round_r" cellspacing="0" width="100%">
											<tr>
												<td style="padding:0px;">
												<div class="gensmall" style="float: {S_CONTENT_FLOW_END};">
												<!-- IF not S_IS_BOT -->
													<!-- IF postrow.U_DELETE -->
													<a href="{postrow.U_DELETE}">{DELETE_IMG}</a> 
													<!-- ENDIF -->
													<!-- IF postrow.U_EDIT -->
													<a href="{postrow.U_EDIT}">{EDIT_IMG}</a> 
													<!-- ENDIF --> 
													<!-- IF postrow.U_QUOTE -->
													<a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> 
													<!-- ENDIF --> 
												<!-- ENDIF -->&nbsp;
												</div>
												</td>
											</tr>
										</table>
									<div class="round_bottom_right"><div class="round_bottom_center"></div></div>
									</td>
								</tr>
							</table>
						<!-- ENDIF -->
						</td>
					</tr>
				</table>
			<div class="round_bottom_left"><div class="round_bottom_right"><div class="round_bottom_center"></div></div></div>
			</td>
		</tr>
	<!-- IF AD_CODE2 -->
		<tr class="row1">
			<td colspan="2" style="align:center;">{AD_CODE2}</td>
		</tr>
		<!-- ENDIF -->
		<!-- IF postrow.S_FIRST_ROW == 2 -->
		<!-- IF AD_CODE1 and not AD_CODE2 -->
		<tr class="row1">
			<td colspan="2" style="align:center;">{AD_CODE1}</td>
		</tr>
		<!-- ENDIF -->
		<!-- ENDIF -->
		<!-- END postrow -->
	</table>

	<!-- IF AD_CODE4 -->
	<div style="align:center;">{AD_CODE4}</div>
	<!-- ENDIF -->
<!-- IF not S_IS_BOT -->
	<table class="tablebg_round" cellspacing="0" width="100%">
		<tr>
			<td class="inside_padding">
			<div class="round_top_left"><div class="round_top_right"><div class="round_top_center"></div></div></div>
				<table class="tablebg_round_rl" cellspacing="0" width="100%">
					<tr class="cat" align="center">
						<!-- IF S_DISPLAY_SEARCHBOX -->
						<td width="50%" align="left">
						<!-- INCLUDE searchbox.html -->
						</td>
						<!-- ENDIF -->
						<!-- IF S_TOPIC_MOD -->
						<td width="50%" align="right"><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form>
					    </td>
						<!-- ENDIF -->
					</tr>
				</table>
			<div class="round_bottom_left"><div class="round_bottom_right"><div class="round_bottom_center"></div></div></div>
			</td>
		</tr>
	</table>
<div class="c-f-l"><div class="c-f-r"><div class="c-f-c-2">&nbsp;</div></div></div>
	<table width="100%" cellspacing="0">
		<tr>
			<td align="{S_CONTENT_FLOW_BEGIN}" style="padding-left:0px;padding-top:5px" nowrap="nowrap">
			<!-- IF not S_IS_BOT -->
				<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
				<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a>
<!-- ENDIF -->
				
			<!-- ENDIF -->
			</td>
			<!-- IF TOTAL_POSTS -->
				
				<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
			<!-- ENDIF -->
		</tr>
	</table>


<br />
<!-- ENDIF -->
</div>
<div id="pagefooter"></div>

<br clear="all" />
<br clear="all" />

<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
	<br clear="all" />

	<table class="tablebg_rl" width="100%" cellspacing="0">
		<tr>
				<td class="cat_online"><h4><font color="#ffffff">{L_WHO_IS_ONLINE}</font></h4></td>
		</tr>
	</table>
	<table class="tablebg_round" cellspacing="0" width="100%">
		<tr>
			<td class="inside_padding">
			<div class="round_top_left"><div class="round_top_right"><div class="round_top_center"></div></div></div>
				<table class="tablebg_round_rl" cellspacing="0" width="100%">
					<tr>
						<td class="row1" ><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
					</tr>
				</table>
			<div class="round_bottom_left"><div class="round_bottom_right"><div class="round_bottom_center"></div></div></div>
			</td>
		</tr>
	</table>
<!-- ENDIF -->
<!-- ENDIF -->
	<table class="tablebg_rl" width="100%" cellspacing="0">
		<tr>
			<td class="cat_online"><h4><font color="#ffffff">{L_OPTIONS}</font></h4></td>
		</tr>
	</table>
	<table class="tablebg_round" cellspacing="0" width="100%">
		<tr>
			<td class="inside_padding">
			<div class="round_top_left"><div class="round_top_right"><div class="round_top_center"></div></div></div>
				<table class="tablebg_round_rl" cellspacing="0" width="100%">
					<tr>
						<td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
						<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
					</tr>
				</table>
			<div class="round_bottom_left"><div class="round_bottom_right"><div class="round_bottom_center"></div></div></div>
			</td>
		</tr>
	</table>





	<table class="tablebg_round_rbl" cellspacing="0" width="100%">
		<tr>
			<td class="inside_padding_top">
			<div class="round_top_left"><div class="round_top_right"><div class="round_top_center"></div></div></div>
				<table class="tablebg_round_rl" cellspacing="0" width="100%">
					<tr>
						<td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
					</tr>
				</table>
			<div class="round_bottom_left"><div class="round_bottom_right"><div class="round_bottom_center"></div></div></div>
			</td>
		</tr>
	</table>
</div>



<!-- INCLUDE overall_footer.html -->
Cottbusa
Mitglied
Beiträge: 52
Registriert: 05.07.2009 16:55
Wohnort: Cottbus (Groß Gaglow)
Kontaktdaten:

Re: PDF Converter verschieben

Beitrag von Cottbusa »

alles klar ... schon allein hin bekomm :)

Kann geschlossen werden
o_spacy_o

Re: PDF Converter verschieben

Beitrag von o_spacy_o »

ich nehme mal an, dass deine code-erweiterung diese ist

Code: Alles auswählen

<div style="text-align:center;">{AD_CODE3}</div>
somit würde ich versuchen diesen unterhalb von

Code: Alles auswählen

<div id="pagecontent">
zu platzieren...o_spacy_o
o_spacy_o

Re: PDF Converter verschieben

Beitrag von o_spacy_o »

ups zu spät :P
Antworten

Zurück zu „[3.0.x] Styles, Templates und Grafiken“