[GeoNode-users] GeoNode

Simone Dalmasso simone.dalmasso at gmail.com
Wed Jun 20 06:20:35 PDT 2018


ok, then you can compare with this one on github
https://github.com/GeoNode/geonode/blob/2.8.0/geonode/templates/index.html

best

Il giorno mer 20 giu 2018 alle ore 15:18 Julierme Pinheiro <
juliermeopensourcedeveloper at gmail.com> ha scritto:

> Hi Simone,
>
> Thank you very much for your reply. I am configuring GeoNode Production
> (GP) using GeoNode DevMode (GD). And I am changing all elements in the
> index.html (GP) template by editing site_index.html. The reason I am
> looking for the index.html in GD is just to take a look at the code, mainly
> "showcase" configuration.
>
> I know that I would write a paragraph using the following: <p>{%
> blocktrans %} {% endblocktrans %}</p>, but the source code in the browser
> shows me this: <p>... </p>
>
> I am in need the index.html just to compare the site_index.html with it.
>
> I appreciated your time and help.
>
> Kind regards
>
> Julierme
>
>
>
> On Wed, Jun 20, 2018 at 3:12 AM, Simone Dalmasso <
> simone.dalmasso at gmail.com> wrote:
>
>> Hi, since you are using a geonode_project you can put it somewhere in the
>> site_index.html so that it will override the default geonode index.html.
>> The goal of the geonode_project is to let you change all parts of geonode
>> without touching the original code.
>>
>> Best
>>
>> Il giorno mar 19 giu 2018 alle ore 23:07 Julierme Pinheiro <
>> juliermeopensourcedeveloper at gmail.com> ha scritto:
>>
>>> Hi GeoNode developers,
>>>
>>> I am in need to write a new <section id= "showcase"> for my GeoNode
>>> project.
>>>
>>> I am looking for the index.html file < find . -name index.html> in
>>> /home/my_geonode/ and I can not find it.
>>>
>>> I have the html piece of code bellow, but I need to write it in Django.
>>> Could you point me to the index.html path for GeoNode at 2.8.0 installed
>>> in a virtualenv in /home/my_geonode/?
>>>
>>> I appreciated your time.
>>>
>>> Kind regards
>>>
>>> Julierme
>>>
>>>
>>>
>>>
>>> <section id="showcase">    <div class="row">      <div class="container text-center">        <h2>Featured Datasets</h2>        <div class="row home-facets">                           <div class="col-md-6">            <p><a href="/layers/"><i class="fa fa-square-o fa-4x rotate-45"></i></a></p>            <h2><a href="/layers/">No Layers</a></h2>            <p>Click to search for geospatial data published by other users, organizations and public sources. Download data in standard formats.</p>                        <p class="text-center"><a class="btn btn-default" href="/layers/" role="button">Explore layers »</a></p>                      </div>          <div class="col-md-6">            <p><a href="/maps/"><i class="fa fa-map-marker fa-4x"></i></a></p>            <h2><a href="/maps/">No Maps</a></h2>            <p>Data is available for browsing, aggregating and styling to generate maps which can be saved, downloaded, shared publicly or restricted to specify users only.</p>                        <p><a class="btn btn-default" href="/maps/" role="button">Explore maps »</a></p>                      </div>          <div class="col-md-6">            <p><a href="/documents/"><i class="fa fa-newspaper-o fa-4x"></i></a></p>            <h2><a href="/documents/">No Documents</a></h2>            <p>As for the layers and maps GeoNode allows to publish tabular and text data, manage theirs metadata and associated documents.</p>                        <p class="text-center"><a class="btn btn-default" href="/documents/" role="button">Explore documents »</a></p>                      </div>          <div class="col-md-6">            <p><a href="/people/"><i class="fa fa-user fa-4x"></i></a></p>            <h2><a href="/people/">1 User</a></h2>            <p>Geonode allows registered users to easily upload geospatial data and various documents in several formats.</p>            <p><a class="btn btn-default" href="/people/" role="button">See users »</a></p>          </div>                </div>      </div>    </div>    <div class="row">        <div class="container text-center">                        <div ng-app="featured">              <div ng-repeat="item in featured | limitTo:4">                <div class="col-md-3">                  <a href="{{ item.detail_url }}"><img ng-src="{{ item.thumbnail_url }}" /></a>                  <h4>{{ item.title | limitTo: 20 }}{{item.title.length > 20 ? '...' : ''}}</h4>                </div>              </div>            </div>      		            <p><a href="/search/">Explore all datasets</a></p>        </div>    </div>  </section>
>>>
>>>
>>> _______________________________________________
>>> geonode-users mailing list
>>> geonode-users at lists.osgeo.org
>>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>
>>
>>
>> --
>> Simone
>>
>
>

-- 
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20180620/82da454d/attachment-0001.html>


More information about the geonode-users mailing list