⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 articles.xml

📁 实现一个网络购物
💻 XML
📖 第 1 页 / 共 2 页
字号:
          <input>7</input>
          <!-- position in the list area of the editor -->
          <list>7</list>
          <!-- position in the search area of the editor -->
          <search>7</search>
        </positions>
      </editor>
      <!-- database related -->
      <db>
        <!-- name of the field in the database -->
        <name>quote</name>
        <!-- MMBase datatype and demands on it -->
        <type key="false" notnull="false" size="255" state="persistent">STRING</type>
      </db>
    </field>
    <!-- field definition for field 11 : copyright -->
    <field>
      <!-- field descriptions (help texts) -->
      <descriptions>
        <description xml:lang="nl">Copyright van het artikel</description>
        <description xml:lang="en">Copyright of the article</description>
      </descriptions>
      <!-- gui related -->
      <gui>
        <guiname xml:lang="nl">Copyright</guiname>
        <guiname xml:lang="en">Copyright</guiname>
        <guitype>string</guitype>
      </gui>
      <!-- editor related -->
      <editor>
        <positions>
          <!-- position in the input area of the editor -->
          <input>8</input>
          <!-- position in the list area of the editor -->
          <list>8</list>
          <!-- position in the search area of the editor -->
          <search>8</search>
        </positions>
      </editor>
      <!-- database related -->
      <db>
        <!-- name of the field in the database -->
        <name>copyright</name>
        <!-- MMBase datatype and demands on it -->
        <type key="false" notnull="false" size="50" state="persistent">STRING</type>
      </db>
    </field>
    <!-- field definition for field 12 : source -->
    <field>
      <!-- field descriptions (help texts) -->
      <descriptions>
        <description xml:lang="nl">Bron van het artikel</description>
        <description xml:lang="en">Source of the article</description>
      </descriptions>
      <!-- gui related -->
      <gui>
        <guiname xml:lang="nl">Bron</guiname>
        <guiname xml:lang="en">Source</guiname>
        <guitype>string</guitype>
      </gui>
      <!-- editor related -->
      <editor>
        <positions>
          <!-- position in the input area of the editor -->
          <input>9</input>
          <!-- position in the list area of the editor -->
          <list>9</list>
          <!-- position in the search area of the editor -->
          <search>9</search>
        </positions>
      </editor>
      <!-- database related -->
      <db>
        <!-- name of the field in the database -->
        <name>source</name>
        <!-- MMBase datatype and demands on it -->
        <type key="false" notnull="false" size="50" state="persistent">STRING</type>
      </db>
    </field>
    <!-- field definition for field 13 : displaydate -->
    <field>
      <!-- field descriptions (help texts) -->
      <descriptions>
        <description xml:lang="nl">Datum om het artikel te tonen</description>
        <description xml:lang="en">Date to display of the article</description>
      </descriptions>
      <!-- gui related -->
      <gui>
        <guiname xml:lang="nl">Toondatum</guiname>
        <guiname xml:lang="en">Displaydate</guiname>
        <guitype>eventtime</guitype>
      </gui>
      <!-- editor related -->
      <editor>
        <positions>
          <!-- position in the input area of the editor -->
          <input>10</input>
          <!-- position in the list area of the editor -->
          <list>10</list>
          <!-- position in the search area of the editor -->
          <search>10</search>
        </positions>
      </editor>
      <!-- database related -->
      <db>
        <!-- name of the field in the database -->
        <name>displaydate</name>
        <!-- MMBase datatype and demands on it -->
        <type key="false" notnull="false" state="persistent">INTEGER</type>
      </db>
    </field>
    <!-- field definition for field 14 : expiredate -->
    <field>
      <!-- field descriptions (help texts) -->
      <descriptions>
        <description xml:lang="nl">Datum dat het artikel vervald</description>
        <description xml:lang="en">Date the article expires</description>
      </descriptions>
      <!-- gui related -->
      <gui>
        <guiname xml:lang="nl">Vervaldatum</guiname>
        <guiname xml:lang="en">Expiredate</guiname>
        <guitype>eventtime</guitype>
      </gui>
      <!-- editor related -->
      <editor>
        <positions>
          <!-- position in the input area of the editor -->
          <input>11</input>
          <!-- position in the list area of the editor -->
          <list>11</list>
          <!-- position in the search area of the editor -->
          <search>11</search>
        </positions>
      </editor>
      <!-- database related -->
      <db>
        <!-- name of the field in the database -->
        <name>expiredate</name>
        <!-- MMBase datatype and demands on it -->
        <type key="false" notnull="false" state="persistent">INTEGER</type>
      </db>
    </field>
    <!-- field definition for field 15 : type -->
    <field>
      <!-- field descriptions (help texts) -->
      <descriptions>
        <description xml:lang="nl">Soort artikel</description>
        <description xml:lang="en">Type of the article</description>
      </descriptions>
      <!-- gui related -->
      <gui>
        <guiname xml:lang="nl">Soort</guiname>
        <guiname xml:lang="en">Type</guiname>
        <guitype>integer</guitype>
      </gui>
      <!-- editor related -->
      <editor>
        <positions>
          <!-- position in the input area of the editor -->
          <input>12</input>
          <!-- position in the list area of the editor -->
          <list>12</list>
          <!-- position in the search area of the editor -->
          <search>12</search>
        </positions>
      </editor>
      <!-- database related -->
      <db>
        <!-- name of the field in the database -->
        <name>type</name>
        <!-- MMBase datatype and demands on it -->
        <type key="false" notnull="false" state="persistent">INTEGER</type>
      </db>
    </field>
    <!-- field definition for field 16 : create -->
    <field>
      <!-- field descriptions (help texts) -->
      <descriptions>
        <description xml:lang="nl">Date aangemaakt</description>
        <description xml:lang="en">Create date</description>
      </descriptions>
      <!-- gui related -->
      <gui>
        <guiname xml:lang="nl">Date aangemaakt</guiname>
        <guiname xml:lang="en">Date created</guiname>
        <guitype>eventtime</guitype>
      </gui>
      <!-- editor related -->
      <editor>
        <positions>
          <!-- position in the input area of the editor -->
          <input>13</input>
          <!-- position in the list area of the editor -->
          <list>13</list>
          <!-- position in the search area of the editor -->
          <search>13</search>
        </positions>
      </editor>
      <!-- database related -->
      <db>
        <!-- name of the field in the database -->
        <name>create</name>
        <!-- MMBase datatype and demands on it -->
        <type key="false" notnull="false" state="persistent">INTEGER</type>
      </db>
    </field>
    <!-- field definition for field 17 : lastmodified -->
    <field>
      <!-- field descriptions (help texts) -->
      <descriptions>
        <description xml:lang="nl">Datum laatste keer veranderd</description>
        <description xml:lang="en">Last modified date</description>
      </descriptions>
      <!-- gui related -->
      <gui>
        <guiname xml:lang="nl">Datum laatste keer veranderd</guiname>
        <guiname xml:lang="en">Last modified date</guiname>
        <guitype>eventtime</guitype>
      </gui>
      <!-- editor related -->
      <editor>
        <positions>
          <!-- position in the input area of the editor -->
          <input>14</input>
          <!-- position in the list area of the editor -->
          <list>14</list>
          <!-- position in the search area of the editor -->
          <search>14</search>
        </positions>
      </editor>
      <!-- database related -->
      <db>
        <!-- name of the field in the database -->
        <name>lastmodified</name>
        <!-- MMBase datatype and demands on it -->
        <type key="false" notnull="false" state="persistent">INTEGER</type>
      </db>
    </field>
  </fieldlist>
</builder>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -