Subversion Repositories bacoAlunos

Rev

Rev 456 | Rev 483 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 456 Rev 481
Line 427... Line 427...
427
impressao.servicos.auth=true
427
impressao.servicos.auth=true
428
impressao.servicos.auth.user.property=ionline.user
428
impressao.servicos.auth.user.property=ionline.user
429
impressao.servicos.auth.pass.property=ionline.pass
429
impressao.servicos.auth.pass.property=ionline.pass
430
impressao.servicos.auth.user=
430
impressao.servicos.auth.user=
431
impressao.servicos.auth.pass=
431
impressao.servicos.auth.pass=
-
 
432
 
-
 
433
 
-
 
434
 
-
 
435
############################################
-
 
436
# SRU Sources Layout Configuration
-
 
437
#
-
 
438
# Example  Assessoria.De.Administracao.9685  \  AnoLectivo.2009-2010  \  Semestre1  \  Lingua.E.Cultura.I.Espanhola  \  Conteudos
-
 
439
# for this example the following condition :
-
 
440
#      directory pattern: .[\\\/]Semestre[12][\\\/]. This regex means *\Semestre1\* or *\Semestre2\* ignoring slash / or \
-
 
441
#      the SubTitle Expression is the follow:  "([3] - [0])"
-
 
442
#
-
 
443
#The result is this one:  ICON filename [kb] (Lingua.E.Cultura.I.Espanhola - Assessoria.De.Administracao.9685)
-
 
444
# @collection@ is a special token to be replaced by collection name
-
 
445
############################################
-
 
446
 
-
 
447
 
-
 
448
srusource.path.condition.pattern.01=.[\\\\\\/]Semestre[12][\\\\\\/].
-
 
449
srusource.path.condition.template.01=(<b>{3}</b> - <b>@collection@</b>)
-
 
450
 
-
 
451
srusource.path.condition.pattern.99=.
-
 
452
srusource.path.condition.template.99=(@collection@)
-
 
453