PDF rausgenommen
This commit is contained in:
33
msd2/myoos/templates/phoenix/page/success.html
Normal file
33
msd2/myoos/templates/phoenix/page/success.html
Normal file
@ -0,0 +1,33 @@
|
||||
{include file="phoenix/system/_header.html"}
|
||||
|
||||
{include file="phoenix/system/_breadcrumbs.html"}
|
||||
|
||||
{if $message}
|
||||
{foreach $message as $info}
|
||||
{include file="phoenix/system/_message.html"}
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
<section class="mainContent clearfix">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="innerWrapper clearfix">
|
||||
|
||||
|
||||
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><img src="{$theme_image}/heading/{$oos_heading_image}" border="0" alt="{$heading_title}" width="175" height="198" hspace="5" vspace="5"></td>
|
||||
<td valign="top" class="main"><div align="center" class="pageHeading">{$heading_title}</div><br>{$lang.text_main}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{include file="phoenix/system/_footer.html"}
|
Reference in New Issue
Block a user