PHP Classes

File: templates/my-saving.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   templates/my-saving.php   Download  
File: templates/my-saving.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 1,428 bytes
 

Contents

Class file image Download
<div class="center">
    <h2>How Much Money I Have</h2>
    <h3>(... in my bank account)</h3>

    <form method="post" action="<?php echo site_url('availability') ?>">
        <div class="saving">
            <button type="submit" name="saving" value="1000" class="waves-effect btn-large"><= ?1K</button>
        </div>
        <div class="saving">
            <button type="submit" name="saving" value="3000" class="waves-effect btn-large"><= ?3K</button>
        </div>
        <div class="saving">
            <button type="submit" name="saving" value="6000" class="waves-effect btn-large"><= ?6K</button>
        </div>
        <div class="saving">
            <button type="submit" name="saving" value="10000" class="waves-effect btn-large"><= ?10K</button>
        </div>
        <div class="saving">
            <button type="submit" name="saving" value="15000" class="waves-effect btn-large"><= ?15K</button>
        </div>
        <div class="saving">
            <button type="submit" name="saving" value="20000" class="waves-effect btn-large"><= ?20K</button>
        </div>
        <div class="saving">
            <button type="submit" name="saving" value="40000" class="waves-effect btn-large"><= ?40K</button>
        </div>
        <div class="saving">
            <button type="submit" name="saving" value="50000" class="waves-effect btn-large">>= ?40K</button>
        </div>
    </form>
</div>