Sha256: 91394bec2db7d928ade40ce29c174301254ab7e0ae0e712bb6733a6e5ff7e65a

Contents?: true

Size: 978 Bytes

Versions: 2

Compression:

Stored size: 978 Bytes

Contents

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  <Relationship Id="rId1" Target="../slideLayouts/slideLayout<%= index % 10 +1 %>.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"/>
  <Relationship Id="rId2" Target="../media/<%=  URI.parse(logo.gsub(" ","")).path.split("/").last %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"/>
  <Relationship Id="rId3" Target="../media/<%=  URI.parse(task_icon.gsub(" ","")).path.split("/").last %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"/>
  <% images.each_with_index do |image, index| %>
  <Relationship Id="rId<%= 4 + index %>" Target="../media/<%=  URI.parse(image.gsub(" ","")).path.split("/").last %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"/>
  <% end %>
</Relationships>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
powerpoint-pro-2.1.0.1 lib/powerpoint/views/collage_rel.xml.erb
powerpoint-pro-2.1.0.1 lib/powerpoint/views/concept_rel.xml.erb