* PaypalApiController.cs: starting a paypal account access
* Catalog.xml: tests input with multiple values * FileSystemController.cs: Xml catalog path is now specified ala ~/ * WorkFlowController.cs: Gives the response a message * SimpleFormatter.cs: * FrontOfficeApiController.cs: document formatting * Global.asax.cs: due to refactoring * SimpleJsonPostMethod.cs: (code formatting) * Web.config: due to refactoring * Web.config: - document formatting - PayPal configuration * Web.csproj: references the PayPalCoreSdk.1.6.0 * packages.config: using the .Net 4.5.1 plateform
This commit is contained in:
parent
3c6c3f19aa
commit
da87d0ea97
12 changed files with 264 additions and 177 deletions
129
web/Catalog.xml
129
web/Catalog.xml
|
|
@ -1,65 +1,72 @@
|
|||
<?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,
|
||||
<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>
|
||||
<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>
|
||||
<Option>
|
||||
<value>d</value>
|
||||
<Text>à distance</Text>
|
||||
</Option>
|
||||
<Option>
|
||||
<value>s</value>
|
||||
<Text>sur site</Text>
|
||||
</Option>
|
||||
</Items>
|
||||
<SelectedIndex>0</SelectedIndex>
|
||||
</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>
|
||||
</Items>
|
||||
</DefaultForm>
|
||||
</Brand>
|
||||
</Brands>
|
||||
</XmlCatalog>
|
||||
Loading…
Add table
Add a link
Reference in a new issue