Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Created April 14, 2016 17:09
Show Gist options
  • Save jessgusclark/3135a691e12a864b9725b5cb8cf9d416 to your computer and use it in GitHub Desktop.
Save jessgusclark/3135a691e12a864b9725b5cb8cf9d416 to your computer and use it in GitHub Desktop.
library-data-file.pcf
<?xml version="1.0" encoding="utf-8"?>
<?pcf-stylesheet path="/xsl/data-file.xsl" title="Library Database" extension="html"?>
<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd">
<document xmlns:ouc="http://omniupdate.com/XSL/Variables">
<ouc:info><tcf>section.tcf</tcf><tmpl>properties.tmpl</tmpl></ouc:info>
<page type="library-database"/>
<ouc:properties label="config">
<parameter section="Database Information" name="database-name" type="text" group="Everyone" prompt="Database Name" >Accounting Journal</parameter>
<parameter name="database-description" type="text" group="Everyone" prompt="Description" >This is an academic journal that has articles about accounting.</parameter>
<parameter name="database-url" type="text" group="Everyone" prompt="URL" >http://www.google.com/</parameter>
<parameter section="Active" name="active" type="select" group="Everyone" prompt="Active">
<option value="yes" selected="true">True</option>
<option value="no" selected="false">False</option>
</parameter>
</ouc:properties>
</document>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment