Mudanças entre as edições de "Categoria:Escolas"

De WikiRioDoce
Ir para: navegação, pesquisa
(Criou página com 'Categoria:Instituições de ensino')
 
Linha 1: Linha 1:
[[Categoria:Instituições de ensino]]
+
<PageSchema>
 +
  <pageforms_Form name="Escola">
 +
    <CreateTitle>Criar Escola</CreateTitle>
 +
    <EditTitle>Editar Escola</EditTitle>
 +
    <standardInputs freeTextLabel="Texto livre"/>
 +
  </pageforms_Form>
 +
  <Template name="Escola">
 +
    <Field name="Fundação" display="nonempty">
 +
      <Label>Fundação</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>datetimepicker</InputType>
 +
        <Description>Quando a Escola foi fundada? (Dia e ano)</Description>
 +
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Endereço" display="nonempty">
 +
      <Label>Endereço</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>text</InputType>
 +
        <Description>Endereço com Rua e Número da Escola</Description>
 +
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Localidade" display="nonempty">
 +
      <Label>Localidade</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>text</InputType>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Estado" display="nonempty">
 +
      <Label>Estado</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>dropdown</InputType>
 +
        <Parameter name="Value">Minas Gerais, Espírito Santo</Parameter>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Pais" display="nonempty">
 +
      <Label>Pais</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>text</InputType>
 +
        <Parameter name="value">Brasil</Parameter>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Ubicação" display="nonempty">
 +
      <Label>Ubicação georeferenciada (Lat/Lon)</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>textarea</InputType>
 +
        <Description>Coordenadas geograficas medidas em Latitude e Longitude.</Description>
 +
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="GeoMapa" display="nonempty">
 +
      <Label>Ubicação georeferenciada</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>openlayers</InputType>
 +
        <Description>Selecione a ubicação da Escola no mapa.</Description>
 +
        <DescriptionTooltipMode>on</DescriptionTooltipMode>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Simbolo" display="nonempty">
 +
      <Label>Simbolo/Brasão</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>text</InputType>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Imagem" display="nonempty">
 +
      <Label>Foto da Escola</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>text</InputType>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Tipo de Escola">
 +
      <Label>Tipo de Escola</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>radiobutton</InputType>
 +
        <Parameter name="value">Pública,Federal,Estadual,Municipal,Privada</Parameter>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
    <Field name="Series">
 +
      <Label>Séries</Label>
 +
      <pageforms_FormInput>
 +
        <InputType>checkboxes</InputType>
 +
        <Parameter name="value">Educação Basica</Parameter>
 +
      </pageforms_FormInput>
 +
    </Field>
 +
  </Template>
 +
</PageSchema>[[Categoria:Instituições de ensino]]

Edição das 01h21min de 31 de agosto de 2017

<PageSchema>

 <pageforms_Form name="Escola">
   <CreateTitle>Criar Escola</CreateTitle>
   <EditTitle>Editar Escola</EditTitle>
   <standardInputs freeTextLabel="Texto livre"/>
 </pageforms_Form>
 <Template name="Escola">
   <Field name="Fundação" display="nonempty">
     <Label>Fundação</Label>
     <pageforms_FormInput>
       <InputType>datetimepicker</InputType>
       <Description>Quando a Escola foi fundada? (Dia e ano)</Description>
       <DescriptionTooltipMode>on</DescriptionTooltipMode>
     </pageforms_FormInput>
   </Field>
   <Field name="Endereço" display="nonempty">
     <Label>Endereço</Label>
     <pageforms_FormInput>
       <InputType>text</InputType>
       <Description>Endereço com Rua e Número da Escola</Description>
       <DescriptionTooltipMode>on</DescriptionTooltipMode>
     </pageforms_FormInput>
   </Field>
   <Field name="Localidade" display="nonempty">
     <Label>Localidade</Label>
     <pageforms_FormInput>
       <InputType>text</InputType>
     </pageforms_FormInput>
   </Field>
   <Field name="Estado" display="nonempty">
     <Label>Estado</Label>
     <pageforms_FormInput>
       <InputType>dropdown</InputType>
       <Parameter name="Value">Minas Gerais, Espírito Santo</Parameter>
     </pageforms_FormInput>
   </Field>
   <Field name="Pais" display="nonempty">
     <Label>Pais</Label>
     <pageforms_FormInput>
       <InputType>text</InputType>
       <Parameter name="value">Brasil</Parameter>
     </pageforms_FormInput>
   </Field>
   <Field name="Ubicação" display="nonempty">
     <Label>Ubicação georeferenciada (Lat/Lon)</Label>
     <pageforms_FormInput>
       <InputType>textarea</InputType>
       <Description>Coordenadas geograficas medidas em Latitude e Longitude.</Description>
       <DescriptionTooltipMode>on</DescriptionTooltipMode>
     </pageforms_FormInput>
   </Field>
   <Field name="GeoMapa" display="nonempty">
     <Label>Ubicação georeferenciada</Label>
     <pageforms_FormInput>
       <InputType>openlayers</InputType>
       <Description>Selecione a ubicação da Escola no mapa.</Description>
       <DescriptionTooltipMode>on</DescriptionTooltipMode>
     </pageforms_FormInput>
   </Field>
   <Field name="Simbolo" display="nonempty">
     <Label>Simbolo/Brasão</Label>
     <pageforms_FormInput>
       <InputType>text</InputType>
     </pageforms_FormInput>
   </Field>
   <Field name="Imagem" display="nonempty">
     <Label>Foto da Escola</Label>
     <pageforms_FormInput>
       <InputType>text</InputType>
     </pageforms_FormInput>
   </Field>
   <Field name="Tipo de Escola">
     <Label>Tipo de Escola</Label>
     <pageforms_FormInput>
       <InputType>radiobutton</InputType>
       <Parameter name="value">Pública,Federal,Estadual,Municipal,Privada</Parameter>
     </pageforms_FormInput>
   </Field>
   <Field name="Series">
     <Label>Séries</Label>
     <pageforms_FormInput>
       <InputType>checkboxes</InputType>
       <Parameter name="value">Educação Basica</Parameter>
     </pageforms_FormInput>
   </Field>
 </Template>

</PageSchema>