Version Differences for ESL

Line 3:
       
  =ESL TAGS=    =ESL TAGS= 
- {| class="wikitable" border="2" style="color:#47888c; text-align: center; background-color:#F1F5F7;" cellpadding="30"   + {| class="wikitable" border="2" style="color:#47888c; text-align: center; background-color:#F1F5F7;" cellpadding="10"  
  |-    |- 
  ! style="color:black" |Display    ! style="color:black" |Display 
Line 95:
  =ESL Server Software Solutions=    =ESL Server Software Solutions= 
       
- *CSV-file solution   + {| class="wikitable" border="2" style="color:#47888c; text-align: center; background-color:#F1F5F7;" cellpadding="30"  
- *SQL solution      
- *CSV / SQL hybrid solution      
- *External content management solution      
- *SQL API      
- *REST API      
       
    + ! CSV-file solution <br><br><br>SQL solution<br><br><br>CSV / SQL hybrid solution<br><br><br>External content management solution<br><br><br>SQL API<br><br><br>REST API  
    + | style="width: 80%;" rowspan="6"|[[Image:sol_overview.png|thumbnail]]  
    + |}  
       
       
       
  ==CSV-file solution==    ==CSV-file solution== 
  The CSV-file based solution operates by running the provided    The CSV-file based solution operates by running the provided 
Line 109:
  is done in an SQLite database file.    is done in an SQLite database file. 
       
    + [[Image:csv_sol_diag.png]]  
       
       
       
  ==SQL solution==    ==SQL solution== 
  The SQL-based solution provides the possibility to monitor and control multiple stores    The SQL-based solution provides the possibility to monitor and control multiple stores 
Line 120:
  * Creates/changes image templates, generates the ESL images and sends them to the ESL tags.    * Creates/changes image templates, generates the ESL images and sends them to the ESL tags. 
       
    + [[Image:sql_sol_diag.png]]  
       
       
       
  ==CSV / SQL hybrid solution==    ==CSV / SQL hybrid solution== 
  The CSV / SQL hybrid solution matches the CSV-solution with as only difference that all    The CSV / SQL hybrid solution matches the CSV-solution with as only difference that all 
Line 133:
  distributes them to the corresponding base stations / ESLs.    distributes them to the corresponding base stations / ESLs. 
  Status information will be logged into a local SQL database.     Status information will be logged into a local SQL database.  
       
    + [[Image:extern_mgmt_diag.png]]  
       
       
  <i>See chapter 7.5 in the user manual for more information</i>.    <i>See chapter 7.5 in the user manual for more information</i>.