Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by Kamil ( 14 years ago )
<? $this->showView('local.layout.top'); ?>

<h2 class="h2o first">Komunikat RabbitMQ</h2>

<form acti id="sendForm" method="post">
<div class="clearfix"><!-- pola formularza -->
    <?
        $this->showView('common.form.field.textarea', array('id' => 'value', 'name' => 'Wiadomość', 'title' => 'Wpisz tekst wiadomości', 'cols' => 30, 'rows' => 50));
    ?>
</div><!-- /pola formularza -->
<div><!-- przyciski formularza -->
    <input type="submit" name="submit" value="Wyślij" class="form-submit" />
    <a >getLink()?>" title="Rezygnacja z operacji." class="button">Anuluj</a>
</div><!-- /przyciski formularza -->
</form>

<? $this->showView('common.layout.bottom'); ?>

 

Revise this Paste

Your Name: Code Language: