Ignore:
Timestamp:
27 Jan 2014, 17:52:34 (11 years ago)
Author:
Henrik Bettermann
Message:

Add sample form tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/layout/theme.html

    r10989 r10993  
    261261            </form>
    262262
    263 
    264           </div> <!-- /well -->
     263            <br><br>
     264            <h3>A Sample Display Form Table</h3>
     265            <table class="form-table">
     266              <tbody>
     267                <tr>
     268                  <td class="fieldname">
     269                    Code:
     270                  </td>
     271                  <td>
     272                    app2012
     273                  </td>
     274                </tr>
     275                <tr>
     276                  <td class="fieldname">
     277                    Application Target:
     278                  </td>
     279                  <td>
     280                    General Studies
     281                  </td>
     282                </tr>
     283                <tr>
     284                  <td class="fieldname">
     285                    Year of Entrance:
     286                  </td>
     287                  <td>
     288                    2012
     289                  </td>
     290                </tr>
     291                <tr>
     292                  <td class="fieldname">
     293                    Application Mode:
     294                  </td>
     295                  <td>
     296                    Create Application Records
     297                  </td>
     298                </tr>
     299              </tbody>
     300            </table>
     301
     302            <br><br>
     303            <h3>A Sample Edit/Manage Form Table</h3>
     304            <table class="form-table">
     305              <tbody>
     306                <tr>
     307                  <td class="fieldname">
     308                    <span>Code</span>:
     309                  </td>
     310                  <td>
     311                    <span>app2012</span>
     312                  </td>
     313                </tr>
     314                <tr>
     315                  <td class="fieldname">
     316                    <span>*</span>
     317                    <span>Title</span>:
     318                  </td>
     319                  <td>
     320                    <input class="textType" id="form.title" name="form.title"
     321                           size="20" type="text" value="General Studies 2012/2013" />
     322                  </td>
     323                </tr>
     324                <tr>
     325                  <td class="fieldname">
     326                    <span>Application Target</span>:
     327                  </td>
     328                  <td>
     329                    <span>General Studies</span>
     330                  </td>
     331                </tr>
     332                <tr>
     333                  <td class="fieldname">
     334                    <span>Year of Entrance</span>:
     335                  </td>
     336                  <td>
     337                    <span>2012</span>
     338                  </td>
     339                </tr>
     340                <tr>
     341                  <td class="fieldname">
     342                    <span>*</span>
     343                    <span>Application Mode</span>:
     344                  </td>
     345                  <td>
     346                    <div class="value">
     347                    <select id="form.mode" name="form.mode" size="1"><option selected="selected" value="create">Create Application Records</option><option value="update">Update Application Records</option></select></div>
     348                    <input name="form.mode-empty-marker" type="hidden" value="1" />
     349                  </td>
     350                </tr>
     351              </tbody>
     352            </table>
     353
     354          </div> <!-- /well kofa-content-->
    265355        </div> <!-- /kofa-content-wide -->
    266356      </div> <!-- /row -->
Note: See TracChangeset for help on using the changeset viewer.