Initial import
This commit is contained in:
56
web/Catalog.xml
Normal file
56
web/Catalog.xml
Normal file
@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<XmlCatalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Brands>
|
||||
<Brand>
|
||||
<Name>shdsi</Name>
|
||||
<Slogan>Votre logiciel, efficace, sûr, et sur mesure</Slogan>
|
||||
<Logo>
|
||||
<Src>/images/logoDev.png</Src>
|
||||
<Alt></Alt>
|
||||
</Logo>
|
||||
<Categories>
|
||||
<ProductCategory>
|
||||
<Name>Systèmes d'information et sites Web</Name>
|
||||
<Reference>ntic</Reference>
|
||||
<Products>
|
||||
<Product xsi:type="Service">
|
||||
<Name>Développement</Name>
|
||||
<Description>Votre Extranet, Intranet,
|
||||
site Web, sur mesure, élégant et efficace, au look racé, accessible,
|
||||
et développé en cycles courts</Description>
|
||||
<Reference>nticdev</Reference>
|
||||
</Product>
|
||||
<Product xsi:type="Service">
|
||||
<Name>Maintenance</Name>
|
||||
<Description>Correction des anomalies, réalisation des évolutions, prévision des besoins</Description>
|
||||
<Reference>nticmaint</Reference>
|
||||
</Product>
|
||||
</Products>
|
||||
</ProductCategory>
|
||||
</Categories>
|
||||
<DefaultForm>
|
||||
<Action>/Commande</Action>
|
||||
<Items>
|
||||
<FormElement xsi:type="Text">
|
||||
<Val>Entrez un commentaire :</Val>
|
||||
</FormElement>
|
||||
<FormElement xsi:type="TextInput">
|
||||
<Id>comment</Id>
|
||||
<Value xsi:type="xsd:string">Commentaire</Value>
|
||||
</FormElement>
|
||||
<FormElement xsi:type="Text">
|
||||
<Val>Choisissez le type d'intervention souhaité: </Val>
|
||||
</FormElement>
|
||||
<FormElement xsi:type="SelectInput">
|
||||
<Id>ad</Id>
|
||||
<Items>
|
||||
<string>à distance</string>
|
||||
<string>sur site</string>
|
||||
</Items>
|
||||
<SelectedIndex>0</SelectedIndex>
|
||||
</FormElement>
|
||||
</Items>
|
||||
</DefaultForm>
|
||||
</Brand>
|
||||
</Brands>
|
||||
</XmlCatalog>
|
Reference in New Issue
Block a user