BusinessCardForm

Business Card

Source code:

<dsssl:form xmlns:dsssl="http://www.askemos.org/2000/NameSpaceDSSSL" action="&apos;()" method="post">
 <input name="action" type="hidden" value="change-variable"></input>
 <input name="varnam" type="hidden" value="business-card"></input>
 <table bgcolor="silver" border="0" cellpadding="5" cellspacing="1">
  <thead>Business Card</thead>
  <tbody>
   <dsssl:for-each select="(xsl-variable &quot;business-card&quot;)">
    <tr>
     <td align="right" width="130">
      <dsssl:copy-of select="(attribute-string &apos;label (current-node))"></dsssl:copy-of>
     </td>
     <td>
      <dsssl:input size="60" type="text" dsssl:name="(gi (current-node))" dsssl:value="(data (current-node))"></dsssl:input>
     </td>
    </tr>
   </dsssl:for-each>
   <tr>
    <td></td>
    <td align="center">
     <input name="submit" type="submit" value="Speichern"></input>
    </td>
   </tr>
  </tbody>
 </table>
</dsssl:form>

Diese Seite findet man von: overview, .




Letzte Modifikation: Thu, 06 Feb 2003 14:24:24 +0100

Autor(en): jfw,

Dokument Nummer A67bb0753e1676f81983e0ecf3a15b391 geliefert an public um Thu, 20 Nov 2008 11:21:25 +0100