the Catalog manager and model into the Yavsc.Model.FrontOffice namespace * Web.config: * Catalog.xml: * MyClass.cs: * Note.cs: * Euro.cs: * Unit.cs: * Text.cs: * Link.cs: * Price.cs: * Label.cs: * Brand.cs: * Scalar.cs: * Option.cs: * Period.cs: * YavscModel.csproj: * Catalog.cs: * Service.cs: * Product.cs: * YavscClient.csproj: * CatalogManager.cs: * Currency.cs: * CheckBox.cs: * SaleForm.cs: * FormInput.cs: * CatalogProvider.cs: * TextInput.cs: * SelectItem.cs: * SalesCatalog.csproj: * FilesInput.cs: * FormElement.cs: * SelectInput.cs: * IValueProvider.cs: * StockStatus.cs: * RadioButton.cs: * Commande.cs: * ProductImage.cs: * WebCatalogExtensions.cs: * TemplateException.cs: * ProductCategory.cs: * PhysicalProduct.cs: * Note.cs: * Link.cs: * Text.cs: * Euro.cs: * Unit.cs: * WorkFlowManager.cs: * Brand.cs: * Label.cs: * Price.cs: * Scalar.cs: * FrontOfficeController.cs: * Period.cs: * Option.cs: * Product.cs: * Service.cs: * Catalog.cs: * SaleForm.cs: * Currency.cs: * CheckBox.cs: * TextInput.cs: * FrontOfficeApiController.cs: * FormInput.cs: * SelectItem.cs: * FilesInput.cs: * XmlCatalog.cs: * FormElement.cs: * SelectInput.cs: * RadioButton.cs: * StockStatus.cs: * ProductImage.cs: * CatalogHelper.cs: * CatalogManager.cs: * CatalogProvider.cs: * ProductCategory.cs: * PhysicalProduct.cs: * XmlCatalogProvider.cs: * CatalogProviderConfigurationElement.cs: * CatalogProvidersConfigurationSection.cs: * CatalogProvidersConfigurationCollection.cs: * CatalogProviderConfigurationElement.cs: * CatalogProvidersConfigurationSection.cs: * CatalogProvidersConfigurationCollection.cs: * CatalogHelper.cs:
65 lines
2.2 KiB
XML
65 lines
2.2 KiB
XML
<?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="TextInput">
|
|
<Id>testarray[]</Id>
|
|
<Value xsi:type="xsd:string">xxxxxxxxxx</Value>
|
|
</FormElement>
|
|
<FormElement xsi:type="TextInput">
|
|
<Id>testarray[]</Id>
|
|
<Value xsi:type="xsd:string"></Value>
|
|
</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>
|